RScheme is an object-oriented, extended Scheme implementation with a compiler that targets C or (RScheme's own) bytecodes. It has features expected from a modern language: an object system, reflection, modules, namespaces, safe macros, threads, a system call interface (including sockets), separate compilation, and persistence, as well as the formal basis and power of the Scheme programming language. RScheme also features a powerful, elegant foreign code interface.
License RScheme's license isn't exactly LGPL, but very close. Please read COPYING. I categorized it as LGPL because it seemed like the closest match [fm] provided; I do not mean to purpos...
Some Suggestions: Precursors & Parentheses I'm coming to this discussion late, sorry if I restate someone else's opinions. I'd like to point out that there are a lot of other sys...
usable I fell in love with javadoc, but I can't solve all of my problems with java. I like the fact that I can use this in documenting C library code. ROBODoc supports an impressively wide ra...