ypsilon


An R6RS implementation for real-time applications.

Ypsilon is the implementation of Scheme Programming Language, which conforms to the latest standard R6RS. It achieves a remarkably short GC pause time and the best performance in parallel execution as it implements "mostly concurrent garbage collection", which is optimized for the multi-core CPU system.

[all sic]

Homepage: http://code.google.com/p/ypsilon/


category-implementations