I am considering which scheme to use.
I would like to use a circuit that has or can be compiled with support without streaming . I need to avoid layers that provide streaming libraries. I need an implementation that has no code for interpreter locks, etc. . What can be compiled in C is perfect. It will be only Unix. Chicken and gambit is my first choice with TinyScheme as an alternative strategy.
I want to use this scheme as a replacement for the ruby โโapplication that I have now. That's why it should be a decent scheme, it should have rich support for strings, hashes, regular expressions, dictionaries, etc.
Any such beast there?
source share