all repos — min @ a5bd677dfba859aa0eac0e3ddac3a6751d977e66

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
* Added **encode-url**, **decode-url**, **parse-url** symbols.
* Added **dstore**  module providing support for simple, persistent, in-memory JSON stores.
* Added **require** symbol to read a min file and automatically create a module containing all symbols defined in the file.
* Added **invoke** symbol (and **\*** sigil) to easily call a symbol defined in a module or dictionary, e.g. `*mymodule/mymethod`, or `*dict1/a/b`.
* Fixed library installation via nimble
* Fixed error handling and stack trace for **start-server** symbol.
* Added the possibility to bundle assets in a compiled min program by specifying tbe **-a** (or **--asset-path**) option.
* Added **expect-empty-stack** (**=-=**) symbol.