
LiveScript - a language which compiles to JavaScript
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.
Functional Programming in JavaScript using LiveScript and prelude.ls
Jun 19, 2012 · LiveScript is a language that compiles to JavaScript. It's just JavaScript with some syntax improvements and feature additions, making functional style programming easier.
LiveScript 1.3.0 released - Generators and Yield!
Oct 4, 2014 · 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.
10 things you didn't know LiveScript can do
Extended parameters In LiveScript, parameters accept much more than simple literals. You can assign properties, but also do more complex things, like semiautovivification:
LiveScript 1.0.0 released!
Jul 30, 2012 · LiveScript aims for increased expressiveness and code beauty. While adding features to assist in functional style programming, LiveScript also deeply supports imperative and object …
LiveScript 1.2.0 released!
Aug 2, 2013 · 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.
LiveScript 1.4.0 - Source Maps and more!
May 11, 2015 · 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.
Powerful jQuery with LiveScript
Jul 31, 2012 · LiveScript is a language that compiles to JavaScript. It's just JavaScript with some syntax improvements and feature additions, allowing you to use jQuery to its full potential.
10 Reasons to Switch from CoffeeScript to LiveScript
Jul 5, 2012 · I'm just installing Brunch and LiveScript in the same directory as my Play Framework 2 Scala app. Then I'll build/minify/combine LiveScript and CSS using Node.js and Brunch, and write …
Functional Programming in JavaScript using LiveScript - Part 2
Jul 9, 2012 · While we have focused on functional programming, LiveScript is a multi-paradigm language, and has rich support for imperative and object oriented programming - including classes, …