all repos — min @ a94a3fc7395f4001e0ac5899a4955191859c40ff

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.