Skip to content

v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 30 Sep 19:52
· 1299 commits to master since this release

General improvements

  • Improved command line parsing. Thanks @jcburley!
  • command-line-args now correctly returns a seq of arguments passed to the script rather than a vector of arguments passed to joker itself. Thanks @jcburley!
  • Added support for CPU and memory profiling. Thanks @jcburley!
  • Significantly improved Joker's startup time by pre-parsing joker.core code and storing the AST in a binary format.