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

SRFI 111 boxes implementation is not portable #73

Open
leppie opened this issue Oct 1, 2021 · 1 comment
Open

SRFI 111 boxes implementation is not portable #73

leppie opened this issue Oct 1, 2021 · 1 comment

Comments

@leppie
Copy link
Contributor

leppie commented Oct 1, 2021

It explicitly imports (chezscheme) .

Here is a simple portable implementation: https://github.com/IronScheme/chez-srfi/blob/master/%253a111/boxes.sls

@arcfide
Copy link
Owner

arcfide commented Oct 3, 2021

I think it would best to retain the Chez Scheme specific implementation for Chez Scheme to preserve optimization potential and the like, but I'd accept a PR with a portable implementation. Good catch BTW.

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

No branches or pull requests

2 participants