-
Notifications
You must be signed in to change notification settings - Fork 15
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
(liii bitwise) and (srfi srfi-151) #67
Comments
I've made a pull request which implemented |
I suggest we should keep the srfi-151 related code in |
|
The reason why SRFI-2 and SRFI-8 is exported in (liii base) is that there is only 1 routine in SRFI 2 and SRFI-8. But for SRFI-151, there are many routines to be implemented. That's why it should be organized in |
I've made a new pull request. |
Bit Twiddling Hacks |
https://srfi.schemers.org/srfi-151/srfi-151.html
We need to create two new library to add bitwise support.
There are already logand, logor available in S7 Scheme, and adding srfi-151 support could make Goldfish Scheme more portable!
The text was updated successfully, but these errors were encountered: