This release added support for R7RS bytevectors and introduced an evalLisp' function to make it easier to retrieve results when using husk as an extension language.
This release adds an experimental compiler, huskc. It streamlines the cabal file so that each source file is only compiled a single time during installation.
The major changes in this release are performance improvements for variable access by using a Map to store variables within an environment, and improved support for comparing instances of functions using the equality operators.