<?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>Valkertown Blog &#187; programming</title>
	<atom:link href="http://blog.valkertown.org/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.valkertown.org</link>
	<description>I used to write about electronics...</description>
	<lastBuildDate>Fri, 09 Oct 2009 15:39:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Writting Circular Lists in Erlang</title>
		<link>http://blog.valkertown.org/2009/03/18/writting_circular_lists_in_erlang/</link>
		<comments>http://blog.valkertown.org/2009/03/18/writting_circular_lists_in_erlang/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:40:53 +0000</pubDate>
		<dc:creator>Carlos Perilla</dc:creator>
				<category><![CDATA[Enlaces y noticias]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.valkertown.org/?p=357</guid>
		<description><![CDATA[Well I have been struggling to find/create a circular buffer(list to be exact) on erlang, but I&#8217;m still not satisfied, I have hacked this: [_P &#124; T ] = lists:reverse(O), &#160; &#160; N = [ V &#124; lists:reverse(T)], To insert V in the head and remove P from the tail. But can you see the [...]]]></description>
		<wfw:commentRss>http://blog.valkertown.org/2009/03/18/writting_circular_lists_in_erlang/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Swig Python</title>
		<link>http://blog.valkertown.org/2008/01/21/swig_python/</link>
		<comments>http://blog.valkertown.org/2008/01/21/swig_python/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 07:56:50 +0000</pubDate>
		<dc:creator>Carlos Perilla</dc:creator>
				<category><![CDATA[Enlaces y noticias]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[swig]]></category>

		<guid isPermaLink="false">http://blog.valkertown.org/2008/01/21/swig_python/</guid>
		<description><![CDATA[Bueno, hace poco jugue un poco con Swig, para generar modulos de python desde c en particular. Resulta una tarea muy simple Escribi un Makefile que ilustra los pasos de una forma mÃ¡s o menos simple, este Makefile esta mÃ¡s bien orientado a Slackware 12 pero se puede saber facilmente que partes deben ser modificadas [...]]]></description>
		<wfw:commentRss>http://blog.valkertown.org/2008/01/21/swig_python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
