Skip to content

larcenists/larceny

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Larceny is a simple and efficient implementation of the Scheme programming language. It supports the R7RS Red Edition, R6RS, R5RS, and IEEE/ANSI standards for Scheme on several platforms.

Main Larceny Web Site

To download released versions of Larceny, see Larceny's official web site at http://www.larcenists.org/ .

Bug/Ticket Submissions

If you're here to report a bug, please do so. And we thank you.

Developer Resources

If you're a developer or user interested in Larceny's nightly builds, please see Larceny's wiki pages.

Building Larceny from Source

If you cloned this repository, be sure to read README-FIRST.txt. More documentation is also available in doc/, such as these files and directories:

  • doc/HOWTO-BUILD
  • doc/HOWTO-INSTALL
  • doc/UserManual/
  • doc/LarcenyNotes/

among many others.