Skip to content

Releases: novika-lang/novika

Novika 0.0.6

24 Dec 19:16
Compare
Choose a tag to compare
  • Bug fixes
  • Minor performance improvements
  • Novika images: nki feature, NKI, NKAS tools
  • Cleaner runnable resolution
  • Support ^ being thruBlock'd
  • Avoid immediate infinite loops in death handlers
  • Fix death handler precedence conflict in it should/assertDies
  • Faster parsing: slurp is now >100x (!) faster
  • New standard library words!
  • New native code words!

... and more!

Novika 0.0.5

24 Nov 21:40
Compare
Choose a tag to compare
  • Bug fixes.
  • New CLI and primary support for local/global environments.
  • Web site.
  • A lot of new words, including sorting words and |around.
  • Some API changes for console & ink. The last planned version with ink.

Full Changelog: v0.0.4...v0.0.5

Novika 0.0.4

24 Oct 17:01
Compare
Choose a tag to compare
  • Block friends mechanism is finally implemented! Now all Novika core ideas are present in this prototype implementation.
  • Speed reduced by a bit, especially in tests. Next versions will try to fix that.
  • More words, more native-code words. anyof? is = for multiple values, e.g. Python's 1 in [1, 2, 3] is Novika's 1 [ 1 2 3 ] anyof? and, similarly, 1 anyof: [ 1 2 3 ] .
  • Various UX improvements.
  • ... and much more!

Novika 0.0.3

24 Sep 20:58
Compare
Choose a tag to compare
  • Mostly bug fixes.
  • A few breaking changes.
  • Many new words.
  • UX improvements,

Novika 0.0.2

01 Sep 20:37
Compare
Choose a tag to compare

Faster, heavier, better.

v0.0.1

08 Aug 15:05
58773ec
Compare
Choose a tag to compare
Update README