Version 0.4.752
·
409 commits
to master
since this release
New features
- R7RS-small syntax
case-lambda
(#456) - R7RS-small library
(scheme case-lambda)
(#456) - SRFI 16 (#456)
- The ability to treat identifiers given as a list of identifiers in the second argument
free-names
ofmake-syntactic-closure
as free variables in the form that the syntactic closure encloses (#457)
Obsolete features
None.
Bug fixes
- A problem where the compiler does not properly handle syntactic closures that appear as variadic formals (#456)
Miscellaneous changes
- Struct
export_spec
andimport_set
have been removed (#458)