all repos — min @ f05d577d8657699c8d30ac0faee41102b94b57f3

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
### BREAKING CHANGES

* The `dpairs` symbol now returns a quotation of quotations, each containing a value/key pair.

### New Features

* Added `dev` symbol to toggle development mode within a min program.
* Implemented [mmm](http://localhost:1337/learn-mmm), i.e. _min module management_. The following new commands are now built-in into the min executable:
  * min init — Initialize a manage module.
  * min install — Install a managed module.
  * min uninstall — Uninstall a managed module.
  * min update — Update a managed module.
  * min list — List all dependent managed modules.
  * min search — Search for managed module.

### Fixes and Improvements

* Fixed `help` symbol and `min help` command to correctly report sigil documentation.
* Documented `~` (alias and sigil for `lambda-bind`) symbol.