emacs.d/clones/lisp/www.cliki.net/gcl.html
2022-10-07 15:47:14 +02:00

60 lines
No EOL
4.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: GCL</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=GCL">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - GCL</span>
<div id="content"><div id="content-area"><div id="article-title">GCL</div><div id="article"><a href="GNU.html" class="internal">GNU</a> Common Lisp is a <a href="Common&#32;Lisp&#32;implementation.html" class="category">Common Lisp implementation</a> of the <a href="KCL&#32;Family.html" class="category">KCL Family</a> that uses gcc to compile Lisp into native binaries. GCL started out as a CLtL1-level CL; steady progress is being made towards bringing it to ANSI CL compliance: It is almost there now. CVS head is rather close to compliance.<p>GCL is released under the terms of the <a href="LGPL.html" class="category">LGPL</a> and is the official common lisp of the GNU System. It runs on twelve GNU/Linux architectures (x86 amd64 powerpc s390 sparc arm alpha ia64 hppa m68k mips mipsel), Windows, Sparc Solaris, FreeBSD, and Mac OS X. GCL has support for cross-platform <a href="GUI.html" class="internal">graphical user interfaces</a> using the Tk widget set.<p>GCL is closely associated with the <a href="Maxima.html" class="internal">Maxima</a>, <a href="ACL.html" class="internal">ACL</a>, <a href="ACL2.html" class="internal">ACL2</a>, and <a href="http://wiki.axiom-developer.org">Axiom</a> projects. <p>GCL is under <a href="http://savannah.gnu.org/projects/gcl/">
active development</a>: the last version was released in September 6, 2014. The project is a GNU <a href="http://savannah.gnu.org">Savannah</a> project and uses the <a href="http://git.sv.gnu.org/cgit/gcl.git">GIT</a> version control system.<p>The current stable release of GCL (<a href="http://ftp.wayne.edu/gnu/gcl/gcl-2.6.12.tar.gz">gcl-2.6.12.tar.gz</a>) is 2.6.12, and can
be downloaded from <a href="http://ftp.wayne.edu/gnu/gcl/">GNU's FTP site</a>. You can check out the GIT development source tree using the following commands:<p><pre>
git clone git://git.sv.gnu.org/gcl.git
cd gcl
git checkout master
cd gcl
</pre><p>You can download a MS <a href="Windows.html" class="internal">Windows</a> executable (".exe") and get other information for using GCL with Windows <a href="https://www.cs.utexas.edu/users/novak/gclwin.html">here</a>.<p>The <a href="https://www.gnu.org/software/gcl/gcl.html">
official home page</a> has release notes and describes more of GCL's
features (X, MPI, flexible <a href="C.html" class="category">C</a> FFI).</div></div>
<div id="footer" class="buttonbar"><ul><li><a href="GCL.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=GCL">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=GCL">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=GCL&amp;from-revision=3817924026">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&#32;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>