all repos — min @ 9cff6cdf7ef39eb7e2294a83d0b4c1f9c3d76e8d

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
### BREAKING CHANGES

* Runtime checks (expectations) must now be manually activated by specifying `-d` or `--dev`.

### New Features

* Added **dev?** symbol to check if we are running in development mode.

### Fixes and Improvements

* string values are now properly escaped when printed.