Release 2.3.2
- Handle assets correctly in the LispKit REPL
- Improved R7RS regression tests
- Bugfixes in library
(lispkit bytevector)
for proceduresbytevector-copy
andbytevector-copy!
- Revamp of library
(lispkit graph)
with new procedures:graph-topological-sort
,graph-weakly-connected-components
,graph-strongly-connected-components
, andgraph-shortest-paths
- New libraries:
(srfi 228)
,(srfi 233)
, and(srfi 236)