106 lines
No EOL
8.1 KiB
HTML
106 lines
No EOL
8.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: CMUCL</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=CMUCL">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - CMUCL</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">CMUCL</div><div id="article"><a href="CMUCL.html" class="internal">CMUCL</a> is a high-performance, free (mostly <a href="Public Domain.html" class="internal">Public Domain</a>) <a href="Common Lisp implementation.html" class="category">Common Lisp implementation</a> that aims towards <a href="ANSI.html" class="internal">ANSI</a> compatibility and runs on a number of Unix platforms - including <a href="Linux.html" class="internal">Linux</a>/ix86, <a href="Linux.html" class="internal">Linux</a>/Alpha,
|
|
<a href="FreeBSD.html" class="internal">FreeBSD</a>/ix86, <a href="NetBSD.html" class="internal">NetBSD</a>/ix86, <a href="https://www.cliki.net/OpenBSD" class="new">OpenBSD</a>/ix86, <a href="Solaris.html" class="internal">Solaris</a>/SPARC,
|
|
<a href="https://www.cliki.net/HP-UX" class="new">HP-UX</a>/HPPA, and <a href="https://www.cliki.net/IRIX" class="new">IRIX</a>/MIPS - though not all of these ports are current.
|
|
See the <a href="http://www.cons.org/cmucl/">project home page</a> at cons.org
|
|
for more information.<p><a href="Debian.html" class="internal">Debian</a> <a href="GNU.html" class="internal">GNU</a>/<a href="Linux.html" class="internal">Linux</a> users will find that their distribution includes
|
|
CMUCL packages (<a href="https://packages.debian.org/stretch/cmucl">Stable</a> version,
|
|
<a href="https://packages.debian.org/buster/cmucl">Testing</a> version,
|
|
<a href="https://packages.debian.org/sid/cmucl">Unstable</a> version)
|
|
which they can grab using apt-get. More information about the <a href="CMUCL.html" class="internal">CMUCL</a> port to <a href="Debian.html" class="internal">Debian</a> can be found at <a href="CMUCL on Debian.html" class="internal">CMUCL on Debian</a>. Other Linux packages are listed here: <a href="https://pkgs.org/download/cmucl">https://pkgs.org/download/cmucl</a><p>The <a href="http://library.isr.ist.utl.pt/docs/encycmuclopedia/doc/">EncyCMUCLopedia</a> is a collection of most - if not all - of the documentation related to <a href="CMUCL.html" class="internal">CMUCL</a>. It is updated a couple of times per year. The latest version is June 17, 2001.
|
|
|
|
The <a href="https://common-lisp.net/project/cmucl/docs/internals/html/index.html#Design-of-CMU-Common-Lisp">Design of CMU Common Lisp</a> documents internal details of the CMU <a href="Common Lisp.html" class="internal">Common Lisp</a> compiler and run-time system. By Robert A. MacLachlan (ed), updated January 15, 2003.<p>Not sure anyone besides me has had a problem with this, but I just thought I'd mention that if you set *print-lines* and/or *print-right-margin* to sufficiently low values, error-messages may show up as just "..", which is quite confusing. Oh, and if something is weird, remember to try without your super-tweaked init.lisp-file, like I didn't. (<tt>lisp -noinit</tt>)<p><h3>Related pages</h3><p><ul>
|
|
<li>
|
|
<a href="cl-octave.html" class="internal">cl-octave</a> -
|
|
An <a href="FFI.html" class="internal">FFI</a> to the Octave <a href="linear algebra.html" class="category">linear algebra</a> language (<a href="CMUCL.html" class="category">CMUCL</a>-only)
|
|
</li>
|
|
<li>
|
|
<a href="CLORB.html" class="internal">CLORB</a> -
|
|
<a href="CLORB.html" class="internal">CLORB</a> is a <a href="CORBA.html" class="category">CORBA</a> ORB that implements the <a href="https://www.omg.org/spec/LISP/">OMG Lisp Language Mapping</a> for CORBA
|
|
</li>
|
|
<li>
|
|
<a href="CloserLookAtCharacters.html" class="internal">CloserLookAtCharacters</a> -
|
|
Characters are not their codes -- Encodings and external format in Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="CMUCL Hints.html" class="internal">CMUCL Hints</a> -
|
|
A collection of miscellaneous hints and tips for <a href="CMUCL.html" class="category">CMUCL</a> users - some also apply to the <a href="CMUCL.html" class="category">CMUCL</a> spin-off, <a href="SBCL.html" class="category">SBCL</a>
|
|
</li>
|
|
<li>
|
|
<a href="CMUCL on Debian.html" class="internal">CMUCL on Debian</a> -
|
|
CMUCL has been 'ported' to Debian by <a href="Peter Van Eynde.html" class="category">Peter Van Eynde</a>
|
|
</li>
|
|
<li>
|
|
<a href="Curl.html" class="internal">Curl</a> -
|
|
Curl is a <a href="https://curl.haxx.se/">library and tool for downloading from URLs</a>, to which the <a href="cl-curl.html" class="internal">cl-curl</a> interface provides access
|
|
</li>
|
|
<li>
|
|
<a href="Garnet.html" class="internal">Garnet</a> -
|
|
Garnet is a user interface <a href="development.html" class="internal">development</a> environment and <a href="GUI.html" class="category">GUI</a> toolkit for Common Lisp and
|
|
</li>
|
|
<li>
|
|
<a href="Hemlock.html" class="internal">Hemlock</a> -
|
|
<a href="Hemlock.html" class="internal">Hemlock</a> is an <a href="Emacs.html" class="internal">Emacs</a>-like editor that comes with <a href="CMUCL.html" class="category">CMUCL</a> (<a href="Debian.html" class="internal">Debian</a> users need to get the cmucl-source package)
|
|
</li>
|
|
<li>
|
|
<a href="Make Old CMUCL CLX Work With Magic Cookies.html" class="internal">Make Old CMUCL CLX Work With Magic Cookies</a> -
|
|
Put the following forms in a file, and load it after CLX is loaded:
|
|
</li>
|
|
<li>
|
|
<a href="SBCL.html" class="internal">SBCL</a> -
|
|
Steel Bank Common Lisp is an open source / free software <a href="Common Lisp implementation.html" class="category">Common Lisp implementation</a>
|
|
</li>
|
|
<li>
|
|
<a href="SLIME.html" class="internal">SLIME</a> -
|
|
SLIME is the <a href="https://common-lisp.net/project/slime/">Superior Lisp Interaction Mode for Emacs</a>
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="CMUCL.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=CMUCL">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=CMUCL">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=CMUCL&from-revision=3769910706">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> |