ZPE 1.14.6 is another big update, with the introduction SQLite being one of the biggest features. A ton of built-in functions have been moved into modules. There's also a ton of new module functions and a new Windows module. For the UI, the editor has received some further tidying due to improvements in BalfLaf, especially on Windows 11. The macro interface editor has received a massive redesign, and it actually looks awesome on macOS. Finally, the console window has received a ton of fixes and improvements and now works nicely with any other editor (such as my SQARL Language Runtime).
What's in the pipeline
I've still not finished building the class type typing system (e.g. AudioStream x = new AudioStream()) but I am working on this for release before the end of the year to improve type safety.
Additionally, I'm looking at a new way to compile. This type of compilation would translate YASS directly into JVM bytecodes and would increase performance considerably, especially for natively compiled programs. The only concern I have with this is that it might work differently to the runtime in ZPE.
