gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 156 forks source link

can livescript support fat arrow => , ~> and -> is visually similar, difficult to recognize #1084

Open zsp042 opened 4 years ago

zsp042 commented 4 years ago

can livescript support fat arrow => , ~> and -> is visually similar, difficult to recognize

vendethiel commented 4 years ago

=> is already a used token, alas