Skip to content

Release v0.1.dev6

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisrink10 chrisrink10 released this 03 Nov 01:04
8efd0de

New Features

  • Print functions respect output stream bound to *out* (#257)
  • Capture line numbers for test failures and errors (#270)
  • Support threading macros (#284)
  • Support redefinable Vars and suppressing warnings when Vars are redefined (#292)
  • Add more core functions (#293, #296, #298)
  • Support destructuring of arguments in fn and bindings in let (#289)
  • Add set library functions (#261)

Bug Fixes

  • Keyword string and repr are now identical (#259)
  • Don't attempt to resolve names inside syntax-quote (#272)
  • Properly resolve names inside catch blocks (#273)
  • Loosen syntax requirements for interop properties (#276)
  • Fix basilisp.core/map lazy sequence behavior (#278)
  • Allow empty function definitions (#280)
  • Allow the dollar sign $ in symbols (#286)
  • Report exceptions caught in the test runner as errors (#300)