Hello,
I'm very aware of the status of this completely dead forum. The forum will be removed/replaced or something soon.
Because of old and messy code, I couldn't develop n6 any further. There were language features I wanted to add but simply couldn't. However, during the summer 2021, I began working on n7, and I started from scratch (not a single line of code from n6 has been reused). To show you that me and naalaa are still, kind of, alive, I've now decided to release an early beta version of n7. And, yay, it's now "open source".
Here's a download link that will always be set to the latest version released:
https://naalaa.com/n7/N7_220211.zip
Unzip it somewhere, read the PDF file, start ned.exe and play around with the examples
2022-02-11
* Rewrote most parts of asm.c
* Added some bytecode optimizations
* Added the 'draw vraster' and 'draw hraster' commands
* Added the 'assert' command
* Added the 'asm' and 'endasm' commands for inline bytecoding
* Fixed a bug where 'copy' did absolutely nothing
* Added support for dynamic window size
2022-01-09
* Added the 'save image' command
* Added the 'save font' and 'load font' commands and the 'loadfont' function
* Fixed some garbage collector issues
2022-01-06
* Added the command 'gc' to force garbage collecting
* Fixed a memory issue during deep copying of tables
* Fixed a bug in the 'fwait' function
* % is now a modulo rather than remainder operator
2021-12-31
* Added support for scrolling with mousewheel in ned
* Added support for mousewheel through mousebutton(2)
* Added a pause (wait for key press) after runtime errors in console applications
* Added a message box for runtime errors in win32 applications
2021-12-27
* First beta release.
I'm very aware of the status of this completely dead forum. The forum will be removed/replaced or something soon.
Because of old and messy code, I couldn't develop n6 any further. There were language features I wanted to add but simply couldn't. However, during the summer 2021, I began working on n7, and I started from scratch (not a single line of code from n6 has been reused). To show you that me and naalaa are still, kind of, alive, I've now decided to release an early beta version of n7. And, yay, it's now "open source".
Here's a download link that will always be set to the latest version released:
https://naalaa.com/n7/N7_220211.zip
Unzip it somewhere, read the PDF file, start ned.exe and play around with the examples

2022-02-11
* Rewrote most parts of asm.c
* Added some bytecode optimizations
* Added the 'draw vraster' and 'draw hraster' commands
* Added the 'assert' command
* Added the 'asm' and 'endasm' commands for inline bytecoding
* Fixed a bug where 'copy' did absolutely nothing
* Added support for dynamic window size
2022-01-09
* Added the 'save image' command
* Added the 'save font' and 'load font' commands and the 'loadfont' function
* Fixed some garbage collector issues
2022-01-06
* Added the command 'gc' to force garbage collecting
* Fixed a memory issue during deep copying of tables
* Fixed a bug in the 'fwait' function
* % is now a modulo rather than remainder operator
2021-12-31
* Added support for scrolling with mousewheel in ned
* Added support for mousewheel through mousebutton(2)
* Added a pause (wait for key press) after runtime errors in console applications
* Added a message box for runtime errors in win32 applications
2021-12-27
* First beta release.