Skip to content

Releases: h3rald/min

v0.5.0

25 Mar 13:40
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Refactored prelude.
  • Moved stored symbol loading to .minrc
  • New symbols: random, append, exists?, ift, module-symbols, module-sigils, sigils
  • Removed encrypt, decrypt, interval
  • Fixed min.vim
  • Restricted regex for symbol definition
  • stack, fs, crypto and time modules are no longer imported by default
  • Added "lite" flag to compile min without crypto module, zip/unzip.

v0.4.0

05 Mar 18:43
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Changed name to "min".
  • Added sigil for dset (%).
  • Refactoring, finalizing symbol list.

v0.3.0

12 Nov 12:07
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Fixes in language constructs (case, dset)
  • Added logging and loglevel + loglevel? operators
  • Added quote-define and quote-bind
  • Other fixes

v0.2.1

31 Oct 15:11
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Fixed release number.
  • Exporting utility libraries as well.

v0.2.0

30 Oct 18:23
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Implemented proper support for closures.
  • Scopes are now created automatically for every quotation.

v0.1.0

23 Oct 18:51
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Introducing the MiNiM programming language. API is currently undergoing a stabilization phase, but most of the features has been implemented.

Documentation is currently close to non-existent, that's the reason why no binaries are included in this release.

If you are curious on how MiNiM works and looks like, have a look at the tests folder. Also, a Vim syntax file is available if you want care about syntax highlighting and you use Vim.