-
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
The choice of Scheme compiler #15
Comments
A first summary regarding Ambivalence and Matchable (the major workhorses of MeTTamorph) in other Scheme implementations: Ambilavence in other Scheme implementations: Regarding Matchable: that one initially was on track to get standardized: https://srfi.schemers.org/srfi-204/srfi-204.html |
Some findings since last time:
I guess considering these points we can at least already eliminate Gerbil from the options? |
Yes, Gerbil can be discarded. |
Chicken Scheme looks ok, but other choices can be considered carefully in order to proceed further. There are other choices such as Dr.Racket or Guile with different approaches (e.g. compilation to a VM rather than to a shared library). We need to create a list of suitable Scheme compilers and analyze them in accordance with a number of properties, e.g.
The text was updated successfully, but these errors were encountered: