Releases: novika-lang/novika
Releases · novika-lang/novika
Novika 0.0.6
- Bug fixes
- Minor performance improvements
- Novika images: nki feature, NKI, NKAS tools
- Cleaner runnable resolution
- Support
^
beingthruBlock
'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
- 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
- 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's1 in [1, 2, 3]
is Novika's1 [ 1 2 3 ] anyof?
and, similarly,1 anyof: [ 1 2 3 ]
. - Various UX improvements.
- ... and much more!
Novika 0.0.3
- Mostly bug fixes.
- A few breaking changes.
- Many new words.
- UX improvements,
Novika 0.0.2
Faster, heavier, better.
v0.0.1
Update README