Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request changes the native-srfi-support from static list into a procedure, that generates code to check for SRFI's 0-500. Then it runs it with the given implementation. I chose 500 because thats around double the amount of SRFIs now and SRFI-0 came out 25 years ago, so we should be set for another 25 years (I'm lazy like that :D).
It also adds command: srfi-list.
I also while I was testing this I fixed any (scheme-program-command ...) problems.