chibi-scheme/lib
Ricardo G. Herdt ffe1ae4452 add support for Guile [snow-chibi]
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.
2023-03-31 20:29:35 +02:00
..
chibi add support for Guile [snow-chibi] 2023-03-31 20:29:35 +02:00
scheme More tests for unaligned bytevector access 2020-11-30 17:15:57 +09:00
srfi Fix array-stack, interval folds and list*->array. 2023-03-19 23:56:01 +09:00
init-7.scm propagate source info manually in let (issue #835) 2022-05-29 08:03:32 +09:00
meta-7.scm Error on using only to import an unexported binding. 2023-01-28 15:47:37 +09:00