mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Two recent changes to Guile improved its R7RS support: - 3.0.7 fixed a bug regarding cond-expand in a define-library form. - 3.0.8 added support for R7RS' srfi library names, e.g. (srfi 69) instead of (srfi srfi-69) used by Guile. These changes open the possibility for using snow libraries in R7RS Guile programs. This commit adds support for installing/removing snow libraries for Guile. |
||
---|---|---|
.. | ||
commands.scm | ||
commands.sld | ||
fort.scm | ||
fort.sld | ||
interface.scm | ||
interface.sld | ||
package.scm | ||
package.sld | ||
utils.scm | ||
utils.sld |