Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: Mosh 0.0.5 released - A Fast R6RS Scheme interpreter

0 views
Skip to first unread message

higepon

unread,
Jul 18, 2008, 3:54:14 AM7/18/08
to
Mosh is A Fast R6RS Scheme interpreter written in C++.
http://code.google.com/p/mosh-scheme/

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)

http://www.monaos.org/
http://code.google.com/p/mosh-scheme/

Ludovic Courtès

unread,
Jul 20, 2008, 6:07:22 PM7/20/08
to
Hi,

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.

0 new messages