Released Version 3.5.1
This release contains various incremental improvements to husk. The major changes are:
- Reduced variable access time by using a Map to store variables within an environment.
- Improved support for comparing instances of functions using the equality operators
eq?
,eqv?
, etc. - Various internal changes such as renaming the tests directory and integrating R5RS pitfalls with the unit tests.