all repos — min @ c087434a201a518167dca3247260ae4a2077802c

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
* Improved diagnostics for native symbols calling other symbols.
* Refactored **crypto** module to use Nim StdLib's md5 and sha1 module when OpenSSL support is not enabled.
* Fixed detection of musl executables when running build task.
* Added **union**, **intersection**, **difference**, **symmetric-difference**, **one?** symbols to **seq** module.
* Fixed compilation for loaded files and assets.
* Refacored code to satisfy nimble package structure.
* Now caching required modules so that their code is executed only once.
* Added **line-info** symbol returning a dictionary containing the current filename, line and column numbers.