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

[RFC] Add srfi-189 module for Guile. #21

Conversation

attila-lendvai
Copy link
Contributor

@attila-lendvai attila-lendvai commented Jan 12, 2022

would you accept something like this?

please note that i'm new to scheme, so there may be a better way to do this.

i have mimic'd what i saw in srfi 180 (scheme-requests-for-implementation/srfi-180@009ce73).

context: this is needed for packaging and being used in Guix.

it has not been extensively tested yet, so don't merge it without testing, or until further notice (hence the RFC in the subject).

i don't want to proceed too far ahead without a green light.

@arthurgleckler
Copy link
Contributor

arthurgleckler commented Jan 12, 2022 via email

@attila-lendvai
Copy link
Contributor Author

it compiles without warnings, and it seems to work in Guix:

$ guix shell guile guile-srfi-189 -- guile
GNU Guile 3.0.7
Copyright (C) 1995-2021 Free Software Foundation, Inc.

[...]

scheme@(guile-user)> (use-modules (srfi srfi-189))
scheme@(guile-user)> (nothing)
$1 = #<<nothing>>
scheme@(guile-user)> 

@arthurgleckler arthurgleckler merged commit 659e3cd into scheme-requests-for-implementation:master Mar 27, 2022
@arthurgleckler
Copy link
Contributor

arthurgleckler commented Mar 27, 2022 via email

@attila-lendvai attila-lendvai deleted the guile branch March 28, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants