Skip to content

Commit 9087f4c

Browse files
author
Christopher Carpenter
committed
Update on raspberry pi CCL blog post link
So this blog post appears to no longer exist. I linked to a still-existing blogspot that claims to distill the information from the original link. Another choice might be to link to a backup copy either hosted on articulate-lisp.com or through wayback machine or something.
1 parent 9653d67 commit 9087f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/ccl-setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="title">Clozure CL Setup</h1>
88
<p>Clozure is an open source Lisp system provided by Clozure associates.</p>
99
<h2 id="installing">Installing</h2>
1010
<p>I&#8217;ll defer to their instructions for <a href="http://ccl.clozure.com/download.html">installation</a>.</p>
11-
<p>Of particular interest is that it works on the PPC and ARM architectures; this can be of use to embedded system developers. It is possible to get <a href="http://lispm.dyndns.org/ccl">CCL working on the Raspberry Pi</a>, for instance.</p>
11+
<p>Of particular interest is that it works on the PPC and ARM architectures; this can be of use to embedded system developers. It is possible to get <a href="http://mickcharlesbeaver.blogspot.com/2014/01/clozure-common-lisp-ccl-on-raspberry-pi.html">CCL working on the Raspberry Pi</a>, for instance.</p>
1212
<p>CCL is particularly well-developed on Mac OS X, including a Cocoa bridge and an IDE. It&#8217;s also a good choice on Windows as it supports native (Win32) threads.</p>
1313
<p>In general, like SBCL, it&#8217;s designed to be used as the backend to an IDE.</p>
1414
<p>Note that each platform has a <em>different</em> CCL executable.</p>

0 commit comments

Comments
 (0)