./wip/ecl, Embeddable Common Lisp

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 10.3.99nb20100719, Package name: ecl-10.3.99nb20100719, Maintainer: asau

ECL stands for Embeddable Common-Lisp. The ECL project is an effort to
modernize Giuseppe Attardi's ECL environment to produce an implementation of
the Common-Lisp language which complies to the ANSI X3J13 definition of the
language.

The current ECL implementation features:
* A bytecodes compiler and interpreter.
* A translator to C.
* An interface to foreign functions.
* A dynamic loader.
* The possibility to build standalone executables.
* The Common-Lisp Object System (CLOS).
* Conditions and restarts for handling errors.
* Sockets as ordinary streams.
* The Gnu Multiprecision library for fast bignum operations.
* A simple conservative mark & sweep garbage collector.
* The Boehm-Weiser garbage collector.
* Threads using the POSIX threads library.
* CLX, an X11 client not needing extra X11 libraries.
* Unicode.


Required to run:
[devel/gmp] [devel/libffi] [devel/boehm-gc]

Required to build:
[devel/gmake] [devel/autoconf] [devel/libtool-base]

Package options: clx, ffi, unicode

Master sites:

SHA1: 044c579b7f0c42d15e05b662c433488e8da85020
RMD160: 8e39f5f4da6dd872ab3ec04669e57215809731dd
Filesize: 5699.173 KB

Version history: (Expand)


CVS history: (Expand)


   2010-07-19 02:22:07 by Aleksej Saushev | Files touched by this commit (4)
Log message:
Sync with lang/ecl, only turn more options by default.

   2010-06-24 09:17:26 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Catch up.

   2010-06-17 16:18:28 by Aleksej Saushev | Files touched by this commit (2)
Log message:
Follow file name downcasing.

   2010-05-11 16:28:53 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Removed one file.

   2010-04-05 06:12:53 by Aleksej Saushev | Files touched by this commit (2) | Package updated
Log message:
Update to ECL 10.4.1

   2010-03-29 06:10:07 by Aleksej Saushev | Files touched by this commit (3)
Log message:
Rebase to 10.3.*, catch up.

   2010-02-26 12:54:28 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Add file.

   2010-01-30 21:14:08 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Rework so that CVS-related code is one continuous block.
Back to CVS-based package.