Algorithms for functional programming: the blog

News and behind-the-scenes details on AFP: the book

Running a top-level R6RS program under Mosh Scheme

2011-09-07 by stone

With the setup described in my early post on Larceny, I was able to run the same top-level program under Mosh Scheme with the shell command

mosh --loadpath=. top-level-greeter.ss

The --loadpath option is superfluous if the names of the libraries are relative to the current working directory, as in this example.

Mosh Scheme doesn't have either of the bugs (in rational arithmetic and in the syntax-case system) that I've encountered in Ikarus Scheme.

Like PLT Racket and Larceny, Mosh Scheme confirms that the tests for the code I've written for Algorithms for functional programming pass.