About This Release
------------------
Added experimental "R6RS batch mode" using psyntax.
run with -b option like "cd r6rs-examples; mosh -b hello.ss"
There are some samples in mosh/r6rs-examples directory.
Ported psyntax library.
psyntax is "The portable R6RS library and syntax-case system" by
Abdulaziz Ghuloum and Kent Dybvig.
Added SRFI 98 get-environment-variable and get-environment-variables.
Improved stack trace.
Improved (apply ...) not to use C native stack recursively.
Improved profiler.
Improved compilations speed.
Improved procedure speed which is written in C++.
Rewrote some procedures in C++ for perfomance.
Added load option. run mosh with "-l".
Added many procedures.
Please send your comments on Ypsilon at:
http://code.google.com/p/ypsilon/issues/list
---
Taro Minowa(Higepon)
higepon <hig...@gmail.com> writes:
> Mosh is A Fast R6RS Scheme interpreter written in C++.
> http://code.google.com/p/mosh-scheme/
[...]
> Please send your comments on Ypsilon at:
> http://code.google.com/p/ypsilon/issues/list
So, are Ypsilon and Mosh the same thing? Are these two distinct
interpreters developed by the same team?
Thanks,
Ludovic.