|
|
|
|
|
by news_to_me
893 days ago
|
|
That was a pretty late change to the syntax actually — I really, really wanted Javascript-style lambdas but with a skinny arrow, like `(x, y) -> x + y`. But it made parsing and compiling really finicky, so I settled on the backslash syntax, which I've seen in a couple other languages. It almost looks like a "λ"! |
|
Cassette looks really nice - great intro page, and a great name too! Making something simple is much harder and more valuable than making something complicated.