github basilisp-lang/basilisp v0.1.0a1
Release v0.1.0a1

latest releases: v0.3.7, v0.3.6, v0.3.5...
pre-release3 years ago

Added

  • Added a bootstrapping function for easily bootstrapping Basilisp projects from Python (#620)
  • Added support for watchers and validator functions on Atoms and Vars (#627)
  • Added support for Taps (#631)
  • Added support for hierarchies (#633)
  • Added support for several more utility Namespace and Var utility functions (#636)
  • Added basilisp.io namespace with polymorphic reader and writer functions (#645)
  • Added support for coroutines and generators using yield syntax (#652)

Changed

  • PyTest is now an optional extra dependency, rather than a required dependency (#622)
  • Generated Python functions corresponding to nested functions are now prefixed with the containing function name, if one exists (#632)
  • basilisp.test/are docstring now indicates that line numbers may be suppressed on assertion failures created using are (#643)
  • Multimethods now support providing a custom hierarchy and dispatch to registered values using isa? (#644)

Fixed

  • Fixed a bug where seqing co-recursive lazy sequences would cause a stack overflow (#632)
  • Fixed a spurious failure in the test runner and switched to using macro forms for test line numbers (#631)
  • Fixed a bug that allowed dynamic Vars to be set! even if they weren't thread-bound (#638)
  • Fixed a bug where it was impossible to specify negative CLI options for the compiler flags (#638)
  • Fixed a bug where it was impossible to use more than a single body expression in a try special form (#640)
  • Fixed a bug where re-defing a Var (regardless of ^:redef metadata) would not update metadata or dynamic flag (#642)
  • Fixed a bug where private Vars could be resolved from the source namespace of a public macro during macroexpansion (#648)
  • Fixed a bug where trailing quotes were not allowed in Symbols and Keywords (#650)

Removed

  • Removed Click as a dependency in favor of builtin argparse (#622, #624, #636)
  • Removed Atomos as a dependency in favor of readerwriterlock (#624)

Don't miss a new basilisp release

NewReleases is sending notifications on new releases.