<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tapdancing Goats &#187; SBCL</title>
	<atom:link href="http://www.tapdancinggoats.com/tag/sbcl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tapdancinggoats.com</link>
	<description>A parfait of physics, Linux, LaTeX, and coding tips large and small.</description>
	<lastBuildDate>Wed, 25 Jan 2012 03:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>wxCL, SBCL, and Windows</title>
		<link>http://www.tapdancinggoats.com/wxcl-sbcl-and-windows.htm</link>
		<comments>http://www.tapdancinggoats.com/wxcl-sbcl-and-windows.htm#comments</comments>
		<pubDate>Fri, 26 Jan 2007 03:46:09 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Lisp]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[asdf]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[SBCL]]></category>
		<category><![CDATA[wxCL]]></category>

		<guid isPermaLink="false">http://tapdancinggoats.com/?p=10</guid>
		<description><![CDATA[wxCL is a GUI package for Common Lisp that uses wxWidgets, and it seems to look pretty good on Windows and Linux, and the code is sufficiently lispy. Exactly what I&#8217;m looking for, except it&#8217;s in alpha. Serious, seeping wound alpha. I haven&#8217;t gotten it working on Linux yet, but it works on Windows. The [...]]]></description>
			<content:encoded><![CDATA[<p>wxCL is a GUI package for Common Lisp that uses wxWidgets, and it seems to look pretty good on Windows and Linux, and the code is sufficiently lispy.  Exactly what I&#8217;m looking for, except it&#8217;s in alpha.  Serious, seeping wound alpha.
I haven&#8217;t gotten it working on Linux yet, but it works on Windows.  The asdf-install included in SBCL 1.0 for Windows doesn&#8217;t work, and asdf doesn&#8217;t work with Windows links, so here is what I ended up doing.  First, I unpacked the wxcl archive to ~/.scbl/site.  This is where asdf-install would put it.  Then I copied the function sysdef-source-dir-search from the current asdf-install release to installer.lisp in SBCL&#8217;s version.  Finally, I add that function to asdf:<em>system-definition-search-functions</em> so ASDF can find stuff in .sbcl/site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tapdancinggoats.com/wxcl-sbcl-and-windows.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KPAX, SLIME, and SBCL</title>
		<link>http://www.tapdancinggoats.com/kpax-slime-and-sbcl.htm</link>
		<comments>http://www.tapdancinggoats.com/kpax-slime-and-sbcl.htm#comments</comments>
		<pubDate>Sun, 24 Sep 2006 03:56:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Lisp]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[KPAX]]></category>
		<category><![CDATA[SBCL]]></category>
		<category><![CDATA[SLIME]]></category>

		<guid isPermaLink="false">http://tapdancinggoats.com/?p=5</guid>
		<description><![CDATA[I&#8217;ve been struggling on and off to get KPAX to work for the past few days. It turns out that the default method SLIME uses to communicate with the Lisp interpreter causes problems with the way s-sysdeps sets up the socket listening function in SBCL. The workaround is to set swank:communication-style to :fd-handler, but it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been struggling on and off to get KPAX to work for the past few days.  It turns out that the default method SLIME uses to communicate with the Lisp interpreter causes problems with the way s-sysdeps sets up the socket listening function in SBCL.  The workaround is to set swank:<em>communication-style</em> to :fd-handler, but it has to be set before SLIME starts, so put the following form in ~/.swank.lisp</p>

<p><code>(defparameter swank:<em>communication-style</em> :fd-handler)</code></p>

<p>Now to get KPAX to work with mod_lisp&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tapdancinggoats.com/kpax-slime-and-sbcl.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

