<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Lisp Game Competition</title>
	<atom:link href="http://efnx.com/lisp-game-competition/feed/" rel="self" type="application/rss+xml" />
	<link>http://efnx.com/lisp-game-competition/</link>
	<description>code. blog.</description>
	<lastBuildDate>Sun, 08 Jan 2012 00:24:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: The efnx code blog. &#187; Lisp Game Progress</title>
		<link>http://efnx.com/lisp-game-competition/comment-page-1/#comment-830</link>
		<dc:creator>The efnx code blog. &#187; Lisp Game Progress</dc:creator>
		<pubDate>Sun, 01 Aug 2010 20:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://efnx.com/lisp-game-competition/#comment-830</guid>
		<description>[...] The efnx code blog. code. blog.      &#171; Lisp Game Competition [...]</description>
		<content:encoded><![CDATA[<p>[...] The efnx code blog. code. blog.      &laquo; Lisp Game Competition [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schell</title>
		<link>http://efnx.com/lisp-game-competition/comment-page-1/#comment-818</link>
		<dc:creator>Schell</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://efnx.com/lisp-game-competition/#comment-818</guid>
		<description>&lt;a href=&quot;http://github.com/efnx/kabukitheatre.bourtange/commit/74623b43ddce85e77a6b8831d895a0dbdfc5849e&quot; rel=&quot;nofollow&quot;&gt;Today&lt;/a&gt; I had a pretty good day getting to know classes in lisp. My brain might finally be thinking functionally, though I haven&#039;t figured out a way to draw things in opengl without using side effects. What&#039;s the best way to avoid that? It seems like user interaction in general is a side effect.</description>
		<content:encoded><![CDATA[<p><a href="http://github.com/efnx/kabukitheatre.bourtange/commit/74623b43ddce85e77a6b8831d895a0dbdfc5849e" rel="nofollow">Today</a> I had a pretty good day getting to know classes in lisp. My brain might finally be thinking functionally, though I haven&#8217;t figured out a way to draw things in opengl without using side effects. What&#8217;s the best way to avoid that? It seems like user interaction in general is a side effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schell</title>
		<link>http://efnx.com/lisp-game-competition/comment-page-1/#comment-810</link>
		<dc:creator>Schell</dc:creator>
		<pubDate>Thu, 08 Jul 2010 18:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://efnx.com/lisp-game-competition/#comment-810</guid>
		<description>I&#039;ve got cl-opengl up and running (without darcs or cbuild) and am on the &lt;a href=&quot;http://www.gigamonkeys.com/book/macros-standard-control-constructs.html&quot; rel=&quot;nofollow&quot;&gt;macros&lt;/a&gt; section of &#039;&lt;a href=&quot;http://www.gigamonkeys.com/book/&quot; rel=&quot;nofollow&quot;&gt;Practical Common Lisp&lt;/a&gt;&#039; - which has been a great help. Getting opengl setup was actually much easier than I was making it out to be. It was just a matter of (using sbcl and) understanding what packages were pre-installed, along with where to put the opengl bindings.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got cl-opengl up and running (without darcs or cbuild) and am on the <a href="http://www.gigamonkeys.com/book/macros-standard-control-constructs.html" rel="nofollow">macros</a> section of &#8216;<a href="http://www.gigamonkeys.com/book/" rel="nofollow">Practical Common Lisp</a>&#8216; &#8211; which has been a great help. Getting opengl setup was actually much easier than I was making it out to be. It was just a matter of (using sbcl and) understanding what packages were pre-installed, along with where to put the opengl bindings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schell</title>
		<link>http://efnx.com/lisp-game-competition/comment-page-1/#comment-806</link>
		<dc:creator>Schell</dc:creator>
		<pubDate>Sun, 04 Jul 2010 18:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://efnx.com/lisp-game-competition/#comment-806</guid>
		<description>So far Aaron has successfully loaded cl-opengl on Windows. I&#039;m still working on getting all the libraries needed to run cl-opengl on my macbook. cbuild, asdf, asdf-install, cffi, alexandria, babel, there&#039;s just so much stuff! So far I&#039;ve tried using asdf-install to install from http://github.com/3b/cl-opengl/tarball/master, but the process couldn&#039;t find pgp keys for any of the libraries, and the finally barfed all over once it tried to install something from metabang, whatever that is. My next step is to install darcs through port, to install cbuild. Then with cbuild i can try installing cl-opengl.</description>
		<content:encoded><![CDATA[<p>So far Aaron has successfully loaded cl-opengl on Windows. I&#8217;m still working on getting all the libraries needed to run cl-opengl on my macbook. cbuild, asdf, asdf-install, cffi, alexandria, babel, there&#8217;s just so much stuff! So far I&#8217;ve tried using asdf-install to install from <a href="http://github.com/3b/cl-opengl/tarball/master" rel="nofollow">http://github.com/3b/cl-opengl/tarball/master</a>, but the process couldn&#8217;t find pgp keys for any of the libraries, and the finally barfed all over once it tried to install something from metabang, whatever that is. My next step is to install darcs through port, to install cbuild. Then with cbuild i can try installing cl-opengl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schell</title>
		<link>http://efnx.com/lisp-game-competition/comment-page-1/#comment-805</link>
		<dc:creator>Schell</dc:creator>
		<pubDate>Sun, 04 Jul 2010 18:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://efnx.com/lisp-game-competition/#comment-805</guid>
		<description>Here I&#039;ll be leaving updates about the progress we&#039;re making on the game. You can check out whatever code we have at the moment at our github:
&lt;a href=&quot;http://github.com/efnx/kabukitheatre.bourtange&quot; rel=&quot;nofollow&quot;&gt;http://github.com/efnx/kabukitheatre.bourtange&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here I&#8217;ll be leaving updates about the progress we&#8217;re making on the game. You can check out whatever code we have at the moment at our github:<br />
<a href="http://github.com/efnx/kabukitheatre.bourtange" rel="nofollow">http://github.com/efnx/kabukitheatre.bourtange</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

