github nickel-lang/nickel 1.18.0

3 hours ago

Maintenance release. Nickel 1.18 adds a couple of new array functions to the
standard library (std.array.group and std.array.chunk). The most notable change is that
std.array.sort is now much, much faster (or put differently, it was awfully slow before the fix) and stable.
It also fixes a handful of bugs in the parser and the standard library.

Core language

  • Fix parsing failure when using negative number literals in match patterns by @L0r3m1p5um in #2632

Stdlib

Don't miss a new nickel release

NewReleases is sending notifications on new releases.