-
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
Hello world programs #13
Comments
Bones is an experimental compiler from one of the Chicken hackers. Is Racket feasible to support? The others are definitely imporant. More:
|
Sagittarius is actively developed and its maintainer is very helpful. STklos likewise, and it's just getting |
MIT Scheme's define-library support is also brand new, but it should mostly work. Bigloo doesn't have define-library, so we probably can't support Bigloo until it adds that. |
Re bigloo, maybe it support filename extensions such as NB: |
Re gerbil
|
Re Guile:
|
Re MIT:
|
Re chicken:
|
Re stklos:
|
It doesn't support RnRS libraries at all; it has its own module system.
That sounds a bit magical for something that's just a library collection. Yuni does that; maybe Live can run on top of Yuni? |
See the branch https://github.com/scheme-live/live/tree/hello-schemer it can't be merged in master at this time, and there is single commit at this time af0c67f. I will work on #15, and include benchmarks #12 in branch forked from the |
Looks good! Please add your nickname at the start of the branch names so we know who owns what branch. (No need to rename the current branches, but in the future.) |
Closing this in favor of Scheme specific issues. |
Make the test called
live/check-0000-hello-schemer
andlive/check-0001-hello-schemer-star
pass green on those implementations:The text was updated successfully, but these errors were encountered: