Skip to content

0.13.0

Choose a tag to compare

@ubolonton ubolonton released this 11 Mar 16:52
· 83 commits to master since this release
0.13.0
  • Added GlobalRef, which allows keeping Lisp values around without an Env.
  • Reduced indirection when calling common built-in subroutines through Env.
  • Removed module_init!, export_functions!, and their aliases.
  • Replaced lazy_static dependency with once_cell.
  • Fixed memory leaks caused by the memory safety fix for #2.