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

74 lines
No EOL
5.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: MacOS X</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=MacOS%20X">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - MacOS X</span>
<div id="content"><div id="content-area"><div id="article-title">MacOS X</div><div id="article">Apple's <a href="Unix.html" class="internal">Unix</a> platform based on the open source <a href="Darwin.html" class="internal">Darwin</a>. Mac OS X offers the Aqua <a href="GUI.html" class="internal">GUI</a> layer, QuickTime integration, and MacOS Classic compatibility on top of the capabilities of the <a href="Darwin.html" class="internal">Darwin</a> layer.<p><a href="Free.html" class="internal">Free</a> <a href="Common&#32;Lisp&#32;implementation.html" class="internal">Common Lisp implementation</a>s for Mac OS X include:
<ul>
<li>
<a href="ABCL.html" class="internal">ABCL</a>
</li>
<li>
<a href="CLISP.html" class="internal">CLISP</a>
</li>
<li>
<a href="CMUCL.html" class="internal">CMUCL</a>
</li>
<li>
<a href="ECL.html" class="internal">ECL</a>
</li>
<li>
<a href="GCL.html" class="internal">GCL</a>
</li>
<li>
<a href="CCL.html" class="internal">CCL</a>
</li>
<li>
<a href="SBCL.html" class="internal">SBCL</a>
</li>
</ul><p><a href="CLISP.html" class="internal">CLISP</a> and <a href="SBCL.html" class="internal">SBCL</a> are the easiest to get running. Both are in <a href="https://www.finkproject.org/">Fink</a>, <a href="https://www.macports.org/">MacPorts</a>, and SBCL now offers downloadable Mac OS X binaries. <a href="OpenMCL.html" class="internal">OpenMCL</a> tends to be slightly more difficult to get running with <a href="SLIME.html" class="internal">SLIME</a>, but it does also have a binary distribution and a couple of native interactive environments, namely <a href="https://www.cliki.net/Clotho" class="new">Clotho</a> and <a href="Alpaca.html" class="internal">Alpaca</a>. SBCL and OpenMCL are the fastest free Lisps on Mac OS X. OpenMCL has the best integration with the Mac OS X GUI and other Mac OS X features.<p>There is a first attempt at a <a href="Lisp&#32;in&#32;a&#32;Box.html" class="internal">Lisp in a Box</a> for Mac OS X by Mikel Evins. His other works in progress are also interesting: <a href="https://www.cliki.net/Clotho" class="new">Clotho</a>, a native IDE for Mac OS X, and <a href="Alpaca.html" class="internal">Alpaca</a>, a writer's editor, built with Bosco and OpenMCL.<p>Most Mac OS X Lispers will need <a href="Emacs.html" class="internal">Emacs</a>. Mac OS X comes with a console-only build of GNU Emacs 21.2. <a href="http://www.finkproject.org/">Fink</a> contains GUI ports of GNU Emacs and XEmacs that use the X11 bundled with MacOS X. <a href="https://www.emacswiki.org/emacs/CarbonEmacsPackage">Carbon Emacs</a> is a solid port of GNU EMacs with GUI support.<p>See <a href="https://www.emacswiki.org/emacs/EmacsForMacOS">EmacsWiki:EmacsForMacOS</a>.</div></div>
<div id="footer" class="buttonbar"><ul><li><a href="MacOS&#32;X.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=MacOS%20X">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=MacOS%20X">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=MacOS%20X&amp;from-revision=3839178360">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>