Mosh is a free and fast interpreter for Scheme as specified in the R6RS. The current release of Mosh supports all of the features R6RS. See detailed information on http://mosh.monaos.org.
Get a release of Mosh from Download.
% brew install pkg-config gmp oniguruma
% ./configure
% make
% make test
% sudo make install
% apt install pkg-config libgmp-dev libonig-dev
% ./configure
% make
% make test
% sudo make install
You can start developing Mosh in 1 minute using GitHub Codespaces.
$ ./gen-git-build.sh
$ ./configure
$ make
To build mosh.git you need to have release version mosh and some other tools installed. Please use and see docker/dev to build.
git tag mosh-0.2.8-rc3 -a -m "mosh-0.2.8-rc3"
and git push origin mosh-0.2.8-rc3
will trigger the release build..github/workflows/build.yml
.