Repositories
Select a repository to view its commits, contributors, and more.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.
grasp
JavaScript structural search, replace, and refactor
prelude-ls
prelude.ls is a functionally oriented utility library - powerful and flexible, almost all of functions are curried. It is written in, and is the recommended base library for, http://livescript.net
type-check
a library which allows you to check the types of JavaScript values at runtime with a Haskell like type syntax
optionator
JavaScript option parsing and help generation library
levn
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
LiveScript-style-guide
Style guide for LiveScript - feel free to discuss or send pull requests
es-collections
An ES6/ES2015 (JavaScript) collections library including Stack, Queue, and PriorityQueue
coffee2ls
Compile CoffeeScript to LiveScript, based on CoffeeScriptRedux
grasp-squery
A query engine for Grasp - use CSS style selectors to query your JavaScript AST
brunch-bare-livescript
barebones skeleton for brunch (brunch.io) with LiveScript (http://livescript.net)
grasp-equery
A query engine for Grasp - use JavaScript code examples with wildcards