|
|
Overview
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.
Ypsilon is easy to use as well as good for applications of any kind that require quick, reliable, and interactive data processing. It implements full features of R6RS and R6RS standard libraries including:
- arbitrary precision integer arithmetic
- rational number
- exact and inexact complex number
- implicitly phased library
- top-level program
- proper tail recursion
- call/cc and dynamic wind
- unicode
- bytevectors
- records
- exceptions and conditions
- i/o
- syntax-case
- hashtables
- enumerations
More libraries are included to support a wide variety of software development. Also it has built-in FFI which is easy to use. Please refer to the following files for FFI overview.
News
2008-08-15 Version 0.9.6-update1 available for download. This is a bug fix release.
2008-08-01 Version 0.9.6 available for download. This version fixed all bugs found in version 0.9.5.
Links
- Xcode3: How to checkout latest source code from repository
- Windows: How to install Ypsilon to 'C:\Users\<UserName>\Ypsilon'
Other Resources
Ypsilon has been developed as a fundamental technology for LittleWing Pinball Construction System.
- Ypsilon Wiki: http://www.littlewingpinball.net/mediawiki/index.php/Ypsilon
- Ypsilon Background Story: http://www.littlewingpinball.com/contents/en/ypsilon.html
- (Japanese) Ypsilon Background Story: http://www.littlewingpinball.com/contents/ja/ypsilon.html
- (Japanese) Ypsilon Wiki: http://www.littlewingpinball.net/mediawiki-ja/index.php/Ypsilon
- LittleWing Pinball Home: http://www.littlewingpinball.com/
