ECL
9.12.2

Stable releases

ECL is distributed in source code form, which means you will have to build it. The latest release is available at the project page. The manual has details on how to build ECL on different platforms.

Getting it from CVS

Instead of downloading the archive, you may stay up to date using CVS to pull the latest sources from our archive. If you have a modern version of CVS, the command to get the development sources is

# ADDRESS=anonymous@ecls.cvs.sourceforge.net:/cvsroot/ecls
# cvs -z3 -d:pserver:$ADDRESS checkout 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:$ADDRESS checkout ecl-test

GIT mirrors

By user request we also host three GIT mirrors of the full CVS history of ECL. They can be cloned as follows:

git clone git://ecls.git.sourceforge.net/gitroot/ecls/ecl  # ECL source code
git clone git://ecls.git.sourceforge.net/gitroot/ecls/ecl-doc # ECL documentation
git clone git://ecls.git.sourceforge.net/gitroot/ecls/ecl-test # ECL test suite

Browsing source code

Finally, you can browse the ECL source code using our CVS browser or one of the three git-web repositories:

[SourceForge Logo] Support This Project