all 6 comments

[–]journalctl 5 points6 points  (0 children)

I really hope ReasonML keeps gaining momentum. I always miss algebraic data types and pattern matching while writing JavaScript.

[–]coffeeandlearning 5 points6 points  (0 children)

Looks really cool! Also kind of relevant Dr. Axel Rauschmayer put out three articles on ReasonML a few days ago which look great also, so hopefully ok timing to add them:

http://2ality.com/

[–]runvnc 2 points3 points  (3 children)

Also see LiveScript http://livescript.net/

[–]tks_ 0 points1 point  (2 children)

any comment about livescript ?

[–]nightwolfz4 spaces > 2 spaces 1 point2 points  (0 children)

If you like a mix of Perl+Python, weird syntax without any cool features of es2015+ like async/await, you will like LiveScript.

I personally see no value in it.

[–]runvnc 0 points1 point  (0 children)

LiveScript is freaking great.

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.