-
Notifications
You must be signed in to change notification settings - Fork 1
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 1: List Library #22
Comments
We should clear up the copyright status of the implementations in the repo. The main file is: https://github.com/udem-dlteam/libs/blob/master/srfi/1/1.scm It is based on Olin's code from the sample implementation of the SRFI. @alvatar Can you check whether there is some of your code in the implementation? If so, let's add a copyright line for you to the source file. |
@feeley Can you do a quick review of |
A lot of code is commented out in that file. We should probably remove it once we have understood what it did. All tests pass without the commented-out code. |
OK, so now we have the start of the |
Perfect! I'm just compiling master. Are there particular SRFIs you plan to have fully implemented for Gambit's upcoming release? |
In my experience 1 (list), 13 (string), 132 (sort), 151 (bitwise) are constantly needed. These should be pretty easy to fully implement now that the groundwork is laid. |
Yes that would be a good start. The release is still a few weeks in the future. |
https://srfi.schemers.org/srfi-1/srfi-1.html
The text was updated successfully, but these errors were encountered: