StratifiedJS 0.14 released
Today we (Oni Labs) released StratifiedJS 0.14. This is the first release since I started working here full-time, and it’s a big one: loads of useful new syntax, as well as a thoroughly kitted-out standard library.
StratifiedJS is a Javascript-like language that compiles to Javascript, but which supports advanced syntax and semantics, like:
- blocking-style code for asynchronous operations (no callbacks!)
- try/catch error handling works even for asynchronous code
- a structured way of managing concurrent code (waitfor/or, waitfor/and, waitforAll, waitforWirst, etc).
- ruby-style blocks
- lambda expressions (arrow functions)
- quasi-quote expressions
Check it out at onilabs.com/stratifiedjs.