someone should create a modern version of Pascal called Rascal
@d6 piss everyone off, call it hascal
@d6
You Rascal You (John Fogerty) or You Pascal You ? 🤣🤣🤣
https://www.youtube.com/watch?v=iqMi1ova1T4&t=34
John Fogerty - You Rascal You

YouTube
@d6 does Rascal have async keyword, or tries to use the type to express the color?

@d6 ```
val x: Int := 3
val multiply := (n: Int) => n * x // captures 'x' immutably
print(multiply(5)) // output: 15
```

I imagine #Rascal to have Rust-like ownership, but with the ergonomic of Scala to use lambda by encouraging to declare immutable variables