Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
ECL 11.1.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Juanjo  
View profile  
 More options Jan 17 2011, 5:05 am
Newsgroups: comp.lang.lisp
From: Juanjo <juanjose.garciarip...@googlemail.com>
Date: Mon, 17 Jan 2011 02:05:52 -0800 (PST)
Local: Mon, Jan 17 2011 5:05 am
Subject: [ANN] ECL 11.1.1
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=ma...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Evenson  
View profile  
 More options Jan 19 2011, 12:47 am
Newsgroups: comp.lang.lisp
From: Mark Evenson <even...@panix.com>
Date: Wed, 19 Jan 2011 06:47:11 +0100
Local: Wed, Jan 19 2011 12:47 am
Subject: Re: [ANN] ECL 11.1.1
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."


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juanjo  
View profile  
 More options Jan 19 2011, 4:15 am
Newsgroups: comp.lang.lisp
From: Juanjo <juanjose.garciarip...@googlemail.com>
Date: Wed, 19 Jan 2011 01:15:38 -0800 (PST)
Local: Wed, Jan 19 2011 4:15 am
Subject: Re: [ANN] ECL 11.1.1
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 :-)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »