all repos — min @ 8ad3286035c2d9707f5a4260d25f879624946e1c

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
* 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`.
* Fixed library installation via nimble
* Fixed error handling and stack trace for **start-server** symbol.