Skip to content

J* Version 1.7

Compare
Choose a tag to compare
@bamless bamless released this 20 Feb 15:52
· 207 commits to master since this release

J* AUR page

  • Removed then and do keywords from the language.
    • This declutters the source code significantly
    • Thanks to the fact that we don't accept side-effect-free expressions as statements, we don't really need to check for a newline between the condition and the start of the block, making one-line if, for and while possible without then or do.
    • Obviously, now then and do are no longer resserved and can be used as names!
  • Reworked CLI app to work without then and do keywords.
    Furthermore, some modifications have been implemented that should make the cli handle multi-line input better.
  • Minor bugfixes and performace improvements