Tuesday, July 2, 2019

Crack 1.5 Released!

After a very long time (during which I've mostly been working on MAWFS) I'm finally getting around to releasing a new version of Crack.  This is mostly just bug fixes on 1.4, but there are a few new big features:

  • Lambdas.  You can now create a function as an expression, for example: lambda int(int a, int b) { return a + b }
  • Auto imports.  You can now put all of your commonly used imports in an auto-import file and have them be imported on demand by any modules that need them.
  • Experimental new command line processing.
Look for a new docker image in another day or two.

Enjoy!