57 lines
No EOL
5.2 KiB
HTML
57 lines
No EOL
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: ECL</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=ECL">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - ECL</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">ECL</div><div id="article">Embeddable Common Lisp, a member of the <a href="KCL Family.html" class="category">KCL Family</a>, is a <a href="Common Lisp implementation.html" class="category">Common Lisp implementation</a> initially developed by Giuseppe Attardi, maintained for many years by <a href="Juan Jose Garcia-Ripoll.html" class="category">Juan Jose Garcia-Ripoll</a> and currently maintained by <a href="Daniel Kochmański.html" class="category">Daniel Kochmański</a>. <a href="ECL.html" class="category">ECL</a> is the successor to <a href="http://www.edm2.com/index.php/Eco_Common_Lisp">EcoLisp</a>).<p>It is a small but complete implementation which features a very small bytecode interpreter, compilation via <a href="C.html" class="category">C</a>, generation of standalone executables and DLLs, loadable binary files, <a href="CLOS.html" class="internal">CLOS</a>, <a href="CLX.html" class="internal">CLX</a>, sockets, and more... The areas that need work are<p><ul>
|
|
<li>improving the extensions
|
|
</li>
|
|
<li>improving the compiler and the <a href="performance.html" class="internal">performance</a>
|
|
</li>
|
|
</ul>
|
|
Project page is located at <a href="https://common-lisp.net/project/ecl/">https://common-lisp.net/project/ecl/</a>. ECL runs on <a href="Linux.html" class="internal">Linux</a>, <a href="FreeBSD.html" class="internal">FreeBSD</a>, <a href="NetBSD.html" class="internal">NetBSD</a>, OpenBSD, <a href="Windows.html" class="internal">Windows</a> (Using Mingw and Microsoft Visual C++), <a href="MacOS X.html" class="internal">MacOS X</a>/<a href="Darwin.html" class="internal">Darwin</a> (x86 and PPC) and <a href="Solaris.html" class="internal">Solaris</a> (x86 and Sparc). It supports threads on all operating systems. Experimental builds for Android, NaCL and iOS exist.<p>I compiled it using <a href="http://mingw.org/">mingw</a> gcc under <a href="win32.html" class="internal">win32</a>. <a href="thread.html" class="internal">thread</a>ing also works under <a href="win32.html" class="internal">win32</a> making it the best <a href="free.html" class="internal">free</a> <a href="common lisp implementation.html" class="internal">common lisp implementation</a> available on that platform.<p>There is also a <a href="FreeBSD.html" class="internal">FreeBSD</a> <a href="https://www.freshports.org/lang/ecl/">port</a> to install it from and an <a href="X-Chat Common Lisp Plugin.html" class="internal">X-Chat Common Lisp Plugin</a>.<p>A package for <a href="NetBSD.html" class="internal">NetBSD</a> is available via <a href="http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/lang/ecl/README.html">pkgsrc</a>.</div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="ECL.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=ECL">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=ECL">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=ECL&from-revision=3851277725">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |