Hi Chibi community,
I was looking for a Scheme implementation for a project. In the end I
created a comparison table of Scheme implementations in order to help
me decide. You can find the table here:
https://irvise.xyz/Blog/scheme-implementation-comparison.html
I would like to ask for corrections and comments on the Chibi entry. I
am specially interested in it since it fits the criteria that I am
using quite well. For that reason Chibi has another entry in the second
table.
More specificly, I have a few questions regarding Chibi.
- Does Chibi use or require some pregenerated files? I do not think so,
but I would like confirmation.
- How would you compare it to S7 and Chicken?
- Have you ever used the TCC compiler? Have you seen the same test
errors as I have? See
https://irvise.xyz/Blog/scheme-implementation-comparison.html#fn.5
- Do you think Chibi would be a good bootstrapping compiler platform for
a programming language?
- Have you used Chibi with Musl libc? I suppose it should just work.
- Finally, I have another person who told me they were having issues
doing a static build. Should we be aware about potential issues?
Thank you for your time. And again, if you have any comments on the
information of that table, please, I would like to know and correct
anything that may be incorrect!
Best regards,
Fernando Oleo Blanco