LiveScript

LiveScript是一种编译为JavaScript的语言。(LiveScript is a language which compiles to JavaScript. )

Github stars Tracking Chart

LiveScript是一种编译为JavaScript的语言。它具有对JavaScript的简单映射,并允许您编写没有重复样板的表达式代码。 虽然LiveScript添加了许多功能来协助功能样式编程,但它对面向对象和命令式编程也有许多改进。

LiveScript是Coco的一个分支,它是CoffeeScript的间接后代,它具有很强的兼容性。

Overview

Name With Ownergkz/LiveScript
Primary LanguageLiveScript
Program languageMakefile (Language Count: 4)
PlatformLinux, Mac, Windows
License:MIT License
Release Count29
Last Release Name1.6.1 (Posted on )
First Release Name0.9.0 (Posted on 2012-05-14 16:29:13)
Created At2012-02-01 05:07:14
Pushed At2024-03-05 20:48:51
Last Commit At2023-05-04 15:47:10
Stargazers Count2.3k
Watchers Count111
Fork Count157
Commits Count4.3k
Has Issues Enabled
Issues Count916
Issue Open Count166
Pull Requests Count159
Pull Requests Open Count7
Pull Requests Close Count44
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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 for more information, examples, usage, and a language reference.

Build Status

Build Status

Install

Have Node.js installed. sudo npm install -g livescript

After, run lsc -h for more information.

Source

git://github.com/gkz/LiveScript.git

Community

If you'd like to chat, drop by #livescript on Freenode IRC.
If you don't have IRC client you can use Freenode webchat.

To the top