This release include several major changes :
nullbefore are now raising an exception. This is the case for invalid function calls (not a function or invalid number of arguments), object field access (for example null.x) , array access (still null if outside of bounds) and numerical operations.nekoc -link you can now link a lot of .n bytecode files together into a single standalone .n fileneko (instead of nekovm) and both neko and nekoml compilers are named nekoc and nekoml. Compilers are built using nekoboot and are then standalon executables (this is more easy to use, simply nekoc myfile.neko).