ECL

Home page
Project
Latest release
Installing
License
Documentation
CLX manual
Benchmarks
Distribution
Browse CVS
Checkout CVS
Mailing list
Wiki
NewsRSS Feed Available

CVS repository

Beginning on March, ECL partially moved to the common-lisp.net server. If you keep up to date with the latest improvements and fixes of the ECL environment, you can use CVS to pull the latest sources from there.

If you have a modern version of the CVS program, such as the one shipped with Mingw or with any Linux distribution, the command to get the development sources is

# ADDRESS=anonymous@common-lisp.net:/project/ecl/cvsroot
# cvs -z3 -d :pserver:anonymous:$ADDRESS co ecl

Additionally you can test ECL with Paul Dietz's ANSI test suite. For that you need to download some additional files using

# cvs -z3 -d :pserver:anonymous:$ADDRESS co ecl-test

Typing make from the top of the ecl-test directory will download the latest version of the test suite and run it using the version of ECL which is available on your machine.

Browsing CVS

Additionally you can browse the ECL source code and download tarballs using this address.

 

SourceForge Logo