prelude.ls is a functionally oriented utility library for LiveScript, designed so that almost all functions are curried. It serves as a flexible base library for LiveScript developers, with examples and reference on its site.
Project status
- The source appears at least intermittently maintained, with a recent upstream push on 2026-05-15 (GitHub), though the provided package update summaries only go up to version 1.2.1 on 2020-04-02.
- Update cadence looks sparse based on the tagged updates shown, with long gaps between 1.2.1 (2020), 1.1.2 (2015), and 1.1.1 (2014), so releases or published updates are not frequent.
AI summary generated Today
Recent updates
1.2.1
4/2/2020Release 1.2.1 does not include publisher release notes. The code changes primarily come from upgrading the LiveScript compiler/toolchain to LiveScript 1.6.0, plus additions to the List module and test expectation changes.
Features1.1.2
5/15/2015No publisher release notes were provided for version 1.1.2. The code diff shows a toolchain update (LiveScript compiler to 1.4.0), an added utility export Func.memoize, and behavior fixes in List functions zip-all/zip-all-with for the no-input case.
1.1.1
4/9/2014Release 1.1.1 was published on 2014-04-09, but no release notes were provided by the publisher. As a result, there is no documented information here about new functionality, fixes, or potential breaking changes.