This release builds upon the last and adds some quality of life improvements.
You can download some example files here to get you started.
(Download cLC
for Linux, for other platforms one could build from source.)
Changes
- Made
match
check if the provided variables actually exist. load
now better supports relative loads.- Added
free
command to unbind a global variable. - Improved binary size by compressing the executables.
Known issues
- On Windows the terminal colours are changed by the program, this is an upstream issue.
Nightlies for next version
See the _nightly
binaries.
Current changes:
- Reimplemented in Rust. Seems to fix some long standing bugs. Is faster, but is sometimes plagued by stack overflows when doing large computations.