- 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.
Enjoy!