all repos — min @ 16f9bb6cb2752fb0df4349d08685ac2c9df92f16

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
### New Features

* No longer auto-quoting values. Now keeping track of whether quotations are meant to be data or operators internally.
* Introduced the concept of _lambda keys_ (`^`-prefixed) for dictionaries, for storing executable quotations.
* Added `dict.lambda` symbol store operators in dictionaries.

### Fixes and Improvements

* Various minor documentation fixes.
* `sys.ls-r` now returns directories and symlinks as well.
* Fixed compilation of dictionary literals (Closes #194).
* Displaying hint message in case of unhandled exceptions (Closes #196).
* Updated vendor library paths to include architecture information as well.
* Fixed resolution of static libraries based on min sources rather than current project.
* Upgraded OpenSSL to version 4.0.0.