evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Change local variable symbol #25

Closed evincarofautumn closed 11 years ago

evincarofautumn commented 11 years ago

-> is more mnemonic than \ and has the advantage of looking nicer with multiple variable declaration:

1 -> x
1 2 3 -> (a b c)