Skip to content
/ mosh Public
forked from higepon/mosh

Mosh is a free and fast interpreter for Scheme as specified in the R6RS.

License

Notifications You must be signed in to change notification settings

barak/mosh

 
 

Repository files navigation

What is Mosh?

Mosh is a free and fast interpreter for Scheme as specified in the R6RS.(R6RS is the latest revision of the Scheme standard) The current release of Mosh supports all of the features R6RS. See detailed information on http://mosh.monaos.org.

Building and Installing Mosh

Get a release of Mosh from Download. The development head version is also available.

See INSTALL and doc for prerequisite packages.

% ./configure
% make
% make check
% make install

On Windows, see Build.

Building the cutting-edge Mosh

Requirements

auto tools

Following autotools version works.

  • autoconf 2.65 and automake 1.11.
  • autoconf 2.63 and automake 1.10.

Building

% git clone git://github.com/higepon/mosh.git
% cd mosh
% ./gen-git-build.sh
% ./configure
% make
% make check
% make install

About

Mosh is a free and fast interpreter for Scheme as specified in the R6RS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scheme 43.1%
  • C 26.5%
  • C++ 20.2%
  • Puppet 10.1%
  • Other 0.1%