Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for Guile [snow-chibi] #907

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

rgherdt
Copy link
Contributor

@rgherdt rgherdt commented Mar 31, 2023

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.

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.
@ashinn
Copy link
Owner

ashinn commented Apr 2, 2023

Thanks!

@ashinn ashinn merged commit 5826023 into ashinn:master Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants