Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/gkz/LiveScript
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/gkz/LiveScript
- Owner: gkz
- License: mit
- Created: 2012-02-01T05:07:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T20:48:51.000Z (8 months ago)
- Last Synced: 2024-10-28T04:18:36.035Z (17 days ago)
- Language: LiveScript
- Homepage: http://livescript.net
- Size: 19.4 MB
- Stars: 2,321
- Watchers: 110
- Forks: 155
- Open Issues: 172
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - 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 ma (LiveScript)
README
# 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.Check out **[livescript.net](http://livescript.net)** for more information, examples, usage, and a language reference.
### Build Status
[![Build Status](https://travis-ci.org/gkz/LiveScript.svg?branch=master)](https://travis-ci.org/gkz/LiveScript)### Install
Have Node.js installed. `sudo npm install -g livescript`After, run `lsc -h` for more information.
### Source
[git://github.com/gkz/LiveScript.git](git://github.com/gkz/LiveScript.git)### Community
If you'd like to chat, drop by [#livescript](irc://irc.freenode.net/livescript) on Freenode IRC.
If you don't have IRC client you can use Freenode [webchat](https://webchat.freenode.net/?channels=#livescript).