<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Where can one get an executable for Windows?<br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Juan Jose Garcia-Ripoll <juanjose.garciaripoll@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> list-ecl <ecls-list@lists.sourceforge.net> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, July 24, 2012 11:31 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> [Ecls-list] [ANN] ECL 12.7.1<br> </font> </div> <br>
<div id="yiv58809540"><div>Announcement of ECL</div><div>===================</div><div><br></div><div>ECL stands for Embeddable Common-Lisp. The ECL project aims to</div><div>produce an implementation of the Common-Lisp language which complies</div>

<div>to the ANSI X3J13 definition of the language.</div><div><br></div><div>The term embeddable refers to the fact that ECL includes a lisp to C</div><div>compiler, which produces libraries (static or dynamic) that can be</div>

<div>called from C programs. Furthermore, ECL can produce standalone</div><div>executables from your lisp code and can itself be linked to your</div><div>programs as a shared library.</div><div><br></div><div>ECL supports the operating systems Linux, FreeBSD, NetBSD, OpenBSD,</div>

<div>Solaris (at least v. 9), Microsoft Windows and OSX, running on top of</div><div>the Intel, Sparc, Alpha and PowerPC processors. Porting to other</div><div>architectures should be rather easy.</div><div><br></div><div>

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

<div><br></div><div><br></div><div>Known issues</div><div>============</div><div><br></div><div>This release is the first one with the new multithreading library,</div><div>which no longer relies on the POSIX mutexes, condition variables and</div>

<div>semaphores. Instead, ECL makes use of libatomic-ops to implement</div><div>userspace routines for process communication (mailboxes), resource</div><div>sharing (locks, condition variables, counting semaphores) and fast</div>

<div>spinlocks.</div><div><br></div><div>Due to the new implementation, it is likely that some corner cases</div><div>may appear during use. In this case we would like to ask you to</div><div>report a reproducible test case to ECL's bug tracker and we will</div>

<div>provide a solution as soon as possible, with a new release, if</div><div>needed.</div><div><br></div><div>In addition to this, the following problems persist:</div><div><br></div><div>* Cygwin's library is still broken: fork/exec fails to reload the</div>

<div>  cygwin library, or ECL's compiled libraries in a completely random</div><div>  fashion. For this reason we recommend using ext:system instead of</div><div>  ext:run-program in that platform.</div><div><br></div>

<div>* In Windows ECL comes with bytecodes compiler by default, because C</div><div>  compilers are normally not avaiable. Unfortunately several</div><div>  libraries out there are not prepared for this. If you plan to use</div>

<div>  quicklisp and have a C compiler accessible to ECL, you may use</div><div>  (ext:install-c-compiler) to switch back to the Lisp-to-C compiler.</div><div><br></div><div><br></div><div>Changes since last release</div>

<div>==========================</div><div><br></div><div>Some highlights of this release are:</div><div><br></div><div>* The multithreading library.</div><div><br></div><div>* Complete support for MOP.</div><div><br></div>

<div>* Speed improvements in areas such as slot accessors.</div><div><br></div><div>* Common Lisp code can now trap and capture Unix interrupts, though</div><div>  the processing is asynchronous for all but the critical ones.</div>

<div><br></div><div>* Lots and lots of fixes.</div><div><br></div><div>See file src/CHANGELOG or browse it online</div><div><br></div><div>http://ecls.cvs.sourceforge.net/viewvc/ecls/ecl/src/CHANGELOG?view=markup</div>

<div><br></div><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br>http://juanjose.garciaripoll.googlepages.com<br>


</div><br>------------------------------------------------------------------------------<br>Live Security Virtual Conference<br>Exclusive live event will cover all the ways today's security and <br>threat landscape has changed and how IT managers can respond. Discussions <br>will include endpoint security, mobile security and the latest in malware <br>threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>_______________________________________________<br>Ecls-list mailing list<br><a ymailto="mailto:Ecls-list@lists.sourceforge.net" href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br><br><br> </div> </div>  </div></body></html>