-
Notifications
You must be signed in to change notification settings - Fork 37
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
Chez parameters are not SRFI-39 compatible #20
Comments
Okay, it looks like the best thing to do is to remove the special code for Chez Scheme from the library. Can you confirm that this would work for you? |
The implementation in The reference implementation of SRFI-39 works and behaves as it should. I guess the issue with using it is that it might not interact properly with an implementation's threading system. But SRFI-39 happily leaves that unspecified anyway. |
I see. Well, if you have something that works, I'd be happy to take in a pull request! It might take me a bit long to get to this and do it myself. |
The problem are things like the |
Chez Scheme's parameters are not quite compatible with SRFI-39, as explained by @akeep here: cisco/ChezScheme#409 (comment)
However, chez-srfi uses them directly:
The text was updated successfully, but these errors were encountered: