Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] ECL 11.1.1

27 views
Skip to first unread message

Juanjo

unread,
Jan 17, 2011, 5:05:52 AM1/17/11
to
Announcement of ECL
===================

ECL stands for Embeddable Common-Lisp. The ECL project aims to
produce an implementation of the Common-Lisp language which complies
to the ANSI X3J13 definition of the language.

The term embeddable refers to the fact that ECL includes a lisp to C
compiler, which produces libraries (static or dynamic) that can be
called from C programs. Furthermore, ECL can produce standalone
executables from your lisp code and can itself be linked to your
programs as a shared library.

ECL supports the operating systems Linux, FreeBSD, NetBSD, OpenBSD,
Solaris (at least v. 9), Microsoft Windows and OSX, running on top of
the Intel, Sparc, Alpha and PowerPC processors. Porting to other
architectures should be rather easy.

ECL is currently hosted at SourceForge. The home page of the project
is http://ecls.sourceforge.net, and in it you will find source code
releases, a git/CVS tree and some useful documentation.

Known issues
============

ECL's dynamic FFI (the one that does not rely on a C compiler) is now
implemented using libffi (See http://sourceware.org/libffi/). Until
another release in which the library might be bundled together with
ECL, users will have to make sure that this library is built and
available for this feature to be linked in (#+dffi). Otherwise only
the C-based foreign function interface will be available.

Changes since last release
==========================

See file src/CHANGELOG or browse it online

http://ecls.cvs.sourceforge.net/viewvc/ecls/ecl/src/CHANGELOG?view=markup

Mark Evenson

unread,
Jan 19, 2011, 12:47:11 AM1/19/11
to
On 1/17/11 11:05 AM, Juanjo wrote:

> Announcement of ECL

[…]

> Changes since last release
> ==========================
>
> See file src/CHANGELOG or browse it online

Yay! Source release tarballs are once more available. Thanks for
fixing this, as it makes downstream packaging a lot easier.


--
"A screaming comes across the sky. It has happened before, but there
is nothing to compare to it now."

Juanjo

unread,
Jan 19, 2011, 4:15:38 AM1/19/11
to
I did not want to make source release until it was more or less complete and tested (it has taken a lot longer than I expected). Git/CVS users are less demanding than packagers :-)
0 new messages