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
LiveScript
427
58
MIT License
Prelude.ls is a functionally oriented utility library for LiveScript, offering powerful and flexible functions with extensive currying support. It serves as the recommended base library for LiveScript developers seeking a robust functional programming toolkit.
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.