Skip to content

João v2.3

Latest
Compare
Choose a tag to compare
@Altoids1 Altoids1 released this 03 Nov 07:21
· 4 commits to main since this release

João got a lot of well-deserved polish in this one!

Optimizations

  • Retrieval of members from Objects is now slightly faster, leading to about a 5% speed increase in object-heavy programs.

Features

  • João's interactive mode (a REPL) is now fully functional, with a wonderful ASCII-art header and complete, dynamic language support.
  • João now has (EXPERIMENTAL!) support for running as a Linux daemon. Only available for João compiled under Linux and with Safe Mode enabled.
  • Error and warning emissions from João are now in colour on all supported platforms! Enjoy the red.

Fixes

  • Fixed misleading errors in interactive mode.
  • Fixed João emitting errors into the output stream instead of the error stream.
  • Fixed some objects not consistently inheriting /table properly.