Ypsilon (Scheme implementation): Difference between revisions

Content deleted Content added
Add to category 'Scheme implementations'
cleanup
Line 17:
| standard = [[R6RS]]
| license = [[BSD license|Revised BSD license]]
| website = [http://www.littlewingpinball.net/mediawiki/index.php/Ypsilon]
}}
 
'''Ypsilon Scheme''' is a [[free software]] implementation of the [[R6RS]] standard of [[Scheme (programming language)|Scheme]]. It implements mostly concurrent garbage collection, which is optimized for multi-core CPU systems. Its author, Yoshikatsu Fujita, developed the Ypsilon implementation to satisfy the need for a realtimereal-time Scheme implementation suitable for computer game development without giving up a garbage collected dynamic interpreter.
 
 
== External links ==
*[{{official|http://www.littlewingpinball.net/mediawiki/index.php/Ypsilon Ypsilon Scheme System]}}
=== Ypsilon Scheme ===
*[http://code.google.com/p/ypsilon/ Source code hosted at googleGoogle codeCode]
*[http://www.littlewingpinball.net/mediawiki/index.php/Ypsilon Ypsilon Scheme System]
*[http://www.r6rs.org/ The R6RS Standard]
*[http://code.google.com/p/ypsilon/ Source code hosted at google code]
 
[[Category:Scheme implementations]]