Package Exports
- LiveScript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (LiveScript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LiveScript
is a language which compiles down to JavaScript. It is a fork of Coco, which is in turn derived from CoffeeScript. Like those two it has a relatively straightforward mapping to JavaScript. LiveScript is Coco but much more compatible with CoffeeScript, more functional, and more feature rich. LiveScript aims for increased expressiveness and code beauty.
Checkout gkz.github.com/LiveScript for more information, examples, usage, and a language reference.
Install
Have Node.js installed, then sudo bin/slake install
From then run livescript
for more information.
Via npm: sudo npm install -g LiveScript