Skip to content
Felix S. Klock II edited this page Jul 28, 2013 · 1 revision

Larceny's source code is kept in a Subversion repository hosted at Northeastern University.

Read-only access to the repository is provided at the following url: https://trac.ccs.neu.edu/svn/larceny/

To obtain the R6RS benchmarks, for example, use the following command:


% svn checkout https://trac.ccs.neu.edu/svn/larceny/trunk/larceny_src/test/Benchmarking/R6RS

To obtain all source code for the Larceny developers' latest revision, use the following command:


% svn checkout https://trac.ccs.neu.edu/svn/larceny/trunk/larceny_src

You can then build your own copy of Larceny by following the instructions in docs/HOWTO-BUILD.

(Members of the Larceny development team may also want to see SvnCheckout.)

Clone this wiki locally