Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@eprovst eprovst released this 07 Nov 20:36
· 14 commits to master since this release

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.