Skip to content

Release v0.1.dev8

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisrink10 chrisrink10 released this 11 Mar 01:47
0b35671

Non-code Changes

  • CircleCI is now being used to build Basilisp.
  • CircleCI is now building Basilisp on PyPy.

New Features

  • Basilisp compiler parses Basilisp code into an intermediate AST prior to Python code generation (#325)
  • Add meta to def forms in the compiler (#324)
  • Switch builtin exceptions to use attrs (#334)

Bug Fixes

  • Quoted interop forms and properties no longer emit errors (#326)
  • Improve test suite performance by using a mutable dict for lrepr kwargs generation (#331)
  • Attach line and column metadata to functions, quoted, and deref forms (#333)
  • Log internal nth messages as TRACE rather than DEBUG (#335)