all repos — min @ 4dda393d93d1c99e7f658f66f5e415b5699f6672

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
### New Features

* By default, nimble builds are no longer statically linking other libraries.

### Fixes and Improvements

* Ensure the relevant procs are gcsafe.
* No longer using ref for `MinValue` objects.
* No longer performing a deep copy when dequoting.
* Optimized the way debug information is stored to reduce memory usage.
* Avoiding creating unnecessary scopes when possible (withScope macro already creates a scope).
* Fixed `setSigil` incorrectly calling `setSymbol`.