<?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>Space Station Lambda &#187; Uncategorized</title>
	<atom:link href="http://blog.viridian-project.de/sections/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.viridian-project.de</link>
	<description>Leslie P. Polzer on code, music, literature, design and free software business.</description>
	<lastBuildDate>Wed, 19 May 2010 07:44:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Clozure Common Lisp binaries packages</title>
		<link>http://blog.viridian-project.de/2009/04/14/clozure-common-lisp-binaries-packages/</link>
		<comments>http://blog.viridian-project.de/2009/04/14/clozure-common-lisp-binaries-packages/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:21:42 +0000</pubDate>
		<dc:creator>Leslie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.viridian-project.de/?p=164</guid>
		<description><![CDATA[ArchLinux AUR now has a package build for the Clozure Common Lisp binaries, both 32-bit and 64-bit. CCL is an excellent free alternative to the wide-spread SBCL.]]></description>
			<content:encoded><![CDATA[<p>ArchLinux AUR now has a <a href="http://aur.archlinux.org/packages.php?ID=25565">package build</a> for the <a href="http://ccl.clozure.com/">Clozure Common Lisp</a> binaries, both 32-bit and 64-bit.</p>
<p>CCL is an excellent free alternative to the wide-spread SBCL.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.viridian-project.de/2009/04/14/clozure-common-lisp-binaries-packages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weblocks 0.8.2 is out</title>
		<link>http://blog.viridian-project.de/2009/02/27/weblocks-082-is-out/</link>
		<comments>http://blog.viridian-project.de/2009/02/27/weblocks-082-is-out/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:14:57 +0000</pubDate>
		<dc:creator>Leslie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.viridian-project.de/?p=162</guid>
		<description><![CDATA[Quite shortly after the 0.8.1 release of Weblocks, Hunchentoot 1.0.0 was released. Since this major release of Hunchentoot is not entirely backwards compatible we now have another release. Besides working with the new Hunchentoot it offers: A new example (simple-blog) has been added (with a matching screencast tutorial by Benjamin Collins). An experimental Twitter widget [...]]]></description>
			<content:encoded><![CDATA[<p>Quite shortly after the 0.8.1 release of <a href="http://weblocks.viridian-project.de/">Weblocks</a>, <a href="http://weitz.de/hunchentoot">Hunchentoot</a> 1.0.0 was released.</p>
<p>Since this major release of Hunchentoot is not entirely backwards compatible we now have another release.</p>
<p>Besides working with the new Hunchentoot it offers:</p>
<ul>
<li>A new example (simple-blog) has been added (with a matching <a href="http://bloggoergosum.com/2009/02/12/a-simple-weblocks-application/">screencast tutorial</a> by Benjamin Collins).</li>
<li>An experimental Twitter widget by Ian Eslick (in contrib/)</li>
<li>The <a href="http://common-lisp.net/project/elephant/">Elephant</a> store backend working again</li>
</ul>
<p>Apart from that it should be backwards-compatible with the earlier 0.8 releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.viridian-project.de/2009/02/27/weblocks-082-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cl-i18n 0.3 released</title>
		<link>http://blog.viridian-project.de/2008/01/07/cl-i18n-03-released/</link>
		<comments>http://blog.viridian-project.de/2008/01/07/cl-i18n-03-released/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 12:19:41 +0000</pubDate>
		<dc:creator>Leslie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[asdf]]></category>
		<category><![CDATA[cl-i18n]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[extracting]]></category>
		<category><![CDATA[extraction]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Lisp]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[translation framework]]></category>

		<guid isPermaLink="false">http://blog.viridian-project.de/2008/01/07/cl-i18n-03-released/</guid>
		<description><![CDATA[I had not expected contributions coming in so quickly, but thanks to Vilson Vieira cl-18n can now extract translatable strings in a rudimentary fashion. Use it like this after loading the package: &#40;i18n-util:generate-i18n-file &#34;gowron-monologue.lisp&#34; &#34;klingon.lisp&#34;&#41; You need cl-ppcre for it right now, and it can&#8217;t merge yet (the target file gets overwritten). But it&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>I had not expected contributions coming in so quickly, but thanks to <a href="http://blog.viridian-project.de/cl-i18n/#comment-26">Vilson Vieira</a> cl-18n can now extract translatable strings in a rudimentary fashion. Use it like this after loading the package:</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span>i18n-util<span style="color: #66cc66;">:</span><span style="color: #555;">generate-i18n-file</span> <span style="color: #ff0000;">&quot;gowron-monologue.lisp&quot;</span> <span style="color: #ff0000;">&quot;klingon.lisp&quot;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>You need cl-ppcre for it right now, and it can&#8217;t merge yet (the target file gets overwritten). But it&#8217;s a good start!</p>
<p>Good enough in any case for me to add a README and call it <a href="http://blog.viridian-project.de/cl-i18n/">version 0.3</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.viridian-project.de/2008/01/07/cl-i18n-03-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

