<?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>nklein software &#187; TC Lisp</title>
	<atom:link href="http://nklein.com/topics/tc-lisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://nklein.com</link>
	<description>software development and consulting</description>
	<lastBuildDate>Tue, 22 May 2012 03:48:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>March TC-Lispers Meeting:  CL-MW:  The development of a Master/Worker framework in Common Lisp</title>
		<link>http://nklein.com/2012/02/march-tc-lispers-meeting-cl-mw-the-development-of-a-masterworker-framework-in-common-lisp/</link>
		<comments>http://nklein.com/2012/02/march-tc-lispers-meeting-cl-mw-the-development-of-a-masterworker-framework-in-common-lisp/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 02:31:59 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=1795</guid>
		<description><![CDATA[Next meeting will be on 5 March 2012, as usual at Common Roots (www.commonrootscafe.com) in the Community Room. However, our start time is *NOT* as usual. Our meeting will start at 7:00 PM (the room is reserved by another group until 7:00 PM); figure that the talk will start at 7:30PM. Some of us are [...]]]></description>
			<content:encoded><![CDATA[<p>Next meeting will be on 5 March 2012, as usual at Common Roots (www.commonrootscafe.com) in the Community Room. However, our start time is *NOT* as usual. Our meeting will start at 7:00 PM (the room is reserved by another group until 7:00 PM); figure that the talk will start at 7:30PM. Some of us are likely to be there starting around 6:00 PM to eat dinner, etc.</p>
<h3>CL-MW: The development of a Master/Worker framework in Common Lisp</h3>
<p>CL-MW is a Common Lisp Master/Worker framework for rapid prototyping of pleasantly parallel applications with fine-grained tasks. It focuses on low cognitive overhead for application development, easy integration with well-known batch scheduling systems, and scalability in the ~10K worker and the billions of tasks range. Hear about the challenges and solutions in the development of this framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2012/02/march-tc-lispers-meeting-cl-mw-the-development-of-a-masterworker-framework-in-common-lisp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deadline approaching: in the Find the People, Lisp Programming Contest</title>
		<link>http://nklein.com/2010/09/deadline-approaching-in-the-find-the-people-lisp-programming-contest/</link>
		<comments>http://nklein.com/2010/09/deadline-approaching-in-the-find-the-people-lisp-programming-contest/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 01:02:53 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=1478</guid>
		<description><![CDATA[If you haven&#8217;t started your entry for the TC Lisper&#8217;s Programming Contest, you&#8217;re not too late. The deadline is September 19th. If you have started, post a comment here or there to let us know how it&#8217;s going!]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t started your entry for the TC Lisper&#8217;s <a href="http://tclispers.org/contest-find-the-people">Programming Contest</a>, you&#8217;re not too late.  The deadline is September 19th.</p>
<p>If you have started, post a comment here or there to let us know how it&#8217;s going!</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2010/09/deadline-approaching-in-the-find-the-people-lisp-programming-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the People:  Lisp Programming Contest sponsored by TC Lispers</title>
		<link>http://nklein.com/2010/07/find-the-people/</link>
		<comments>http://nklein.com/2010/07/find-the-people/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:27:32 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=1468</guid>
		<description><![CDATA[Your Lisp program will be given two input images from the same web cam. The first image will contain zero people, the second image will contain at least one person. Your program&#8217;s goal is to find the people. You will get points for emitting the pixel coordinates of a pixel inside a person. You&#8217;ll get [...]]]></description>
			<content:encoded><![CDATA[<p>Your Lisp program will be given two input images from the same web cam.  The first image will contain zero people, the second image will contain at least one person.</p>
<p>Your program&#8217;s goal is to find the people.  You will get points for emitting the pixel coordinates of a pixel inside a person.  You&#8217;ll get bonus points if it&#8217;s a head pixel.  Be careful, though.  You&#8217;ll lose points for emitting more than one pixel per person.</p>
<ul>
<li>Deadline:  September 19th.</li>
<li>Target Platform:  SBCL or Clozure under Mac OS X (10.6.4).</li>
<li>Prizes for:  Tournament winner, Prettiest code</li>
<li>Full Details:  <a href="http://tclispers.org/contest-find-the-people">http://tclispers.org/contest-find-the-people</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2010/07/find-the-people/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TC Lispers May Presentations online</title>
		<link>http://nklein.com/2010/05/tc-lispers-may-presentations-online/</link>
		<comments>http://nklein.com/2010/05/tc-lispers-may-presentations-online/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:12:50 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=1401</guid>
		<description><![CDATA[The Twin Cities Lisp Users Group meeting for May was last Tuesday. Teaching Introductory Programming Using Scheme Daniel Feldman gave this presentation at the TC Lispers meeting in May 2010. Presentation Slides Course Description page Teaching Introductory Programming Using Scheme on Vimeo. ASDF2 Robert Goldman gave this lightning talk to the TC Lispers meeting in [...]]]></description>
			<content:encoded><![CDATA[<p>The Twin Cities Lisp Users Group meeting for May was last Tuesday.</p>
<h3>Teaching Introductory Programming Using Scheme</h3>
<p>Daniel Feldman gave this presentation at the TC Lispers meeting in May 2010.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2010/05/1901.pdf">Presentation Slides</a></li>
<li><a href="http://www.cs.umn.edu/academics/undergraduate/class_desc/csci1901.php">Course Description page</a></li>
</ul>
<p>
<object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12071034&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=0&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="400" src="http://vimeo.com/moogaloop.swf?clip_id=12071034&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=0&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</p>
<p><a href="http://vimeo.com/12071034">Teaching Introductory Programming Using Scheme</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h3>ASDF2</h3>
<p>Robert Goldman gave this lightning talk to the TC Lispers meeting in May 2010.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2010/05/asdf2.pdf">Presentation Slides</a></li>
<li><a href="http://common-lisp.net/projects/asdf/">ASDF home page</a></li>
</ul>
<p>
<object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12072117&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=0&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="400" src="http://vimeo.com/moogaloop.swf?clip_id=12072117&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=0&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</p>
<p><a href="http://vimeo.com/12072117">ASDF2</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h3>Programming Contest</h3>
<p>Patrick Stein gave this lightning talk to the TC Lispers meeting in May 2010.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2010/05/Contest.pdf">Presentation Slides</a></li>
</ul>
<p>
<object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12078728&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=0&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12078728&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=0&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="400"></embed></object></p>
<p><a href="http://vimeo.com/12078728">Programming Contest</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Lightning talk by Patrick Stein to the Twin Cities Lisp Users Group about hosting a Programming Contest.  This presentation was recorded on 2010-05-25.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2010/05/tc-lispers-may-presentations-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TC Lispers April Presentations online</title>
		<link>http://nklein.com/2010/04/tc-lispers-april-presentations-online/</link>
		<comments>http://nklein.com/2010/04/tc-lispers-april-presentations-online/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:45:49 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=1325</guid>
		<description><![CDATA[The Twin Cities Lisp Users Group meeting for April was last Monday. The main topic was Web Frameworks, but there were also two shorter talks. Weblocks Presentation Patrick Stein gave this presentation at the TC Lispers meeting in April 2010. Presentation Slides Weblocks on Vimeo. Allegro Serve and Web Actions Presentation Robert Goldman gave this [...]]]></description>
			<content:encoded><![CDATA[<p>The Twin Cities Lisp Users Group meeting for April was last Monday.  The main topic was Web Frameworks, but there were also two shorter talks.</p>
<h2>Weblocks Presentation</h2>
<p class="no-indent">Patrick Stein gave this presentation at the TC Lispers meeting in April 2010.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2010/04/Weblocks-slides.pdf">Presentation Slides</a></li>
</ul>
<p class="no-indent">
<object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11310461&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="400" src="http://vimeo.com/moogaloop.swf?clip_id=11310461&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</p>
<p><a href="http://vimeo.com/11310461">Weblocks</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h2>Allegro Serve and Web Actions Presentation</h2>
<p class="no-indent">Robert Goldman gave this presentation at the TC Lispers meeting in April 2010.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2010/04/allegroserve.pdf">Presentation Slides</a></li>
</ul>
<p><strong><em>Apology:</em></strong><em> Unfortunately, ScreenFlow bombed out on me when I went to stop recording.  It subsequently saw that it had a partial project there but was unable to recover it.  As such, there is no video available for this presentation.  Feh.  — Patrick</em></p>
<h2>Hunchentoot Presentation</h2>
<p>Paul Krueger gave this presentation at the TC Lispers meeting in April 2010.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2010/04/Hunchentoot.pdf">Presentation Slides</a></li>
</ul>
<p class="no-indent">
<object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11312889&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="400" src="http://vimeo.com/moogaloop.swf?clip_id=11312889&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</p>
<p><a href="http://vimeo.com/11312889">Hunchentoot</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h2>Cocoa Lisp Controller Presentation</h2>
<p style="no-indent">Paul Krueger gave this presentation at the TC Lispers meeting in April 2010.</p>
<ul>
<li><a href="http://trac.clozure.com/ccl/browser/trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController%20Reference.pdf">LispController Reference Manual</a></li>
<li><a href="http://trac.clozure.com/ccl/browser/trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.pdf">Tutorial Document for Building Cocoa Interfaces with Lisp</a></li>
<li><a href="http://trac.clozure.com/ccl/browser/trunk/source/contrib/krueger/InterfaceProjects">Paul Krueger&#8217;s Cocoa Lisp contributions to CCL</a></li>
</ul>
<p class="no-indent">
<object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11315777&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="400" src="http://vimeo.com/moogaloop.swf?clip_id=11315777&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</p>
<p><a href="http://vimeo.com/11315777">Cocoa Lisp Controller</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h2>CL-Growl Presentation</h2>
<p class="no-indent">Patrick Stein gave this presentation at the TC Lispers meeting in April 2010.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2010/04/CL-Growl-with-notes.pdf">Presentation Slides</a></li>
<li><a href="http://nklein.com/software/cl-growl/">CL-Growl home page</a></li>
</ul>
<p class="no-indent">
<object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11315317&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="400" src="http://vimeo.com/moogaloop.swf?clip_id=11315317&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</p>
<p><a href="http://vimeo.com/11315317">CL-Growl</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2010/04/tc-lispers-april-presentations-online/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GUI Discussion &#8212; TC Lispers November Meeting</title>
		<link>http://nklein.com/2009/12/gui-discussion-tc-lispers-november-meeting/</link>
		<comments>http://nklein.com/2009/12/gui-discussion-tc-lispers-november-meeting/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:05:41 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[user interface toolkits]]></category>
		<category><![CDATA[woolly]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=1045</guid>
		<description><![CDATA[Cross-posted from TCLispers.org: Lisp GUI Discussion on Vimeo. Robert Goldman, Paul Krueger, and Patrick Stein gave short presentations on different approaches to Graphical User Interfaces with Common Lisp. Lisp GUIs or &#8220;Bloodied but Unbowed&#8221; by Robert Goldman CCL/Cocoa Interface by Paul Krueger GUIs with CL-OpenGL by Patrick Stein]]></description>
			<content:encoded><![CDATA[<p><em>Cross-posted from <a href="http://tclispers.org/">TCLispers.org</a>:</em></p>
<p><object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7933728&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="480" src="http://vimeo.com/moogaloop.swf?clip_id=7933728&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/7933728">Lisp GUI Discussion</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Robert Goldman, Paul Krueger, and Patrick Stein gave short presentations on different approaches to Graphical User Interfaces with Common Lisp.</p>
<ul>
<li><a href="http://nklein.com/wp-content/uploads/2009/12/lisp-guis.pdf">Lisp GUIs or &#8220;Bloodied but Unbowed&#8221;</a> by <a href="http://rpgoldman.real-time.com/">Robert Goldman</a></li>
<li><a href="http://nklein.com/wp-content/uploads/2009/12/TCL-Slides-Nov-2009.pdf">CCL/Cocoa Interface</a> by Paul Krueger</li>
<li><a href="http://nklein.com/wp-content/uploads/2009/12/CL-OpenGL-GUI.pdf">GUIs with CL-OpenGL</a> by <a href="http://nklein.com/">Patrick Stein</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2009/12/gui-discussion-tc-lispers-november-meeting/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sheeple Presentation from TC Lispers Meeting</title>
		<link>http://nklein.com/2009/10/sheeple-presentation-from-tc-lispers-meeting/</link>
		<comments>http://nklein.com/2009/10/sheeple-presentation-from-tc-lispers-meeting/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 06:03:19 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=996</guid>
		<description><![CDATA[Sheeple on Vimeo. Presentation by Josh Marchán to the Twin Cities Lisp Users Group. The presentation is an introduction to the Sheeple Prototype-based Object Oriented Programming Framework. The presentation was recorded on 2009-10-22.]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7242003&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7242003&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="400"></embed></object>
<p><a href="http://vimeo.com/7242003">Sheeple</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Presentation by Josh Marchán to the Twin Cities Lisp Users Group. The presentation is an introduction to the Sheeple  Prototype-based Object Oriented Programming Framework. The presentation was recorded on 2009-10-22.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2009/10/sheeple-presentation-from-tc-lispers-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TC Lispers, July Presentations Online</title>
		<link>http://nklein.com/2009/07/tc-lispers-july-presentations-online/</link>
		<comments>http://nklein.com/2009/07/tc-lispers-july-presentations-online/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:58:44 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[scheme]]></category>
		<category><![CDATA[slime]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=682</guid>
		<description><![CDATA[The July meeting of the Twin Cities Lisp Users Group was this past Tuesday. There were four presentations on the agenda: Meet the Macro by Patrick Stein Lisp and Scheme by Grant Rettke Hygienic Macros by Grant Rettke SLIME introduction by Anthony Juckel The presentation slides and videos of the talks are available through the [...]]]></description>
			<content:encoded><![CDATA[<p>The July meeting of the Twin Cities Lisp Users Group was this past Tuesday.  There were four presentations on the agenda:</p>
<ul>
<li><a href="http://tclispers.org/meet-macro">Meet the Macro</a> by <a href="http://nklein.com/">Patrick Stein</a></li>
<li><a href="http://tclispers.org/lisp-and-scheme">Lisp and Scheme</a> by <a href="http://wisdomandwonder.com/">Grant Rettke</a></li>
<li><a href="http://tclispers.org/hygienic-macros">Hygienic Macros</a> by <a href="http://wisdomandwonder.com/">Grant Rettke</a></li>
<li><a href="http://tclispers.org/slime-introduction">SLIME introduction</a> by Anthony Juckel</li>
</ul>
<p>The presentation slides and videos of the talks are available through the links above, and directly at the <a href="http://tclispers.org/">tclispers.org</a> site.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2009/07/tc-lispers-july-presentations-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TC Lispers Meeting &#8212; July 14th, 2009</title>
		<link>http://nklein.com/2009/07/tc-lispers-meeting-july-14th-2009/</link>
		<comments>http://nklein.com/2009/07/tc-lispers-meeting-july-14th-2009/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 02:47:29 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=658</guid>
		<description><![CDATA[The second TC Lispers Meeting will be July 14th from 6:00pm to 8:00pm. It will be at the Common Roots Cafe on 26th and Lyndale. Please check out the agenda at tclispers.org, and fill out the Are You Coming? poll over there, too.]]></description>
			<content:encoded><![CDATA[<p>The second TC Lispers Meeting will be July 14th from 6:00pm to 8:00pm.  It will be at the Common Roots Cafe on 26th and Lyndale.</p>
<p>Please check out the agenda at <a href="http://tclispers.org/">tclispers.org</a>, and fill out <a href="http://tclispers.org/">the <q>Are You Coming?</q> poll</a> over there, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2009/07/tc-lispers-meeting-july-14th-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCLispers.org Up and Running</title>
		<link>http://nklein.com/2009/06/tclispers-org-up-and-running/</link>
		<comments>http://nklein.com/2009/06/tclispers-org-up-and-running/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 14:09:02 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[TC Lisp]]></category>

		<guid isPermaLink="false">http://nklein.com/?p=566</guid>
		<description><![CDATA[Just put up a little bit of a website for the Twin Cities Lisp User&#8217;s Group at tclispers.org. Right now, it&#8217;s light on content. I don&#8217;t expect it to be particularly high-volume. It should at least start accruing slides from meetings as we get more of those under our belts.]]></description>
			<content:encoded><![CDATA[<p>Just put up a little bit of a website for the Twin Cities Lisp User&#8217;s Group at <a href="http://tclispers.org/">tclispers.org</a>.  Right now, it&#8217;s light on content.  I don&#8217;t expect it to be particularly high-volume.  It should at least start accruing slides from meetings as we get more of those under our belts.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.com/2009/06/tclispers-org-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

