<?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>Janko in a Jar &#187; Just programming</title>
	<atom:link href="http://itmmetelko.com/blog/category/just-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://itmmetelko.com/blog</link>
	<description>Pickled ramblings and homemade marmalade</description>
	<lastBuildDate>Sun, 31 Jan 2010 14:41:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Some Haskell vs. Rebol observations (and some Lisp-ness)</title>
		<link>http://itmmetelko.com/blog/2009/09/06/some-haskell-vs-rebol-observations-and-some-lisp-ness/</link>
		<comments>http://itmmetelko.com/blog/2009/09/06/some-haskell-vs-rebol-observations-and-some-lisp-ness/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 10:24:50 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[FP]]></category>
		<category><![CDATA[Having some fun]]></category>
		<category><![CDATA[Just programming]]></category>
		<category><![CDATA[Ocaml humps]]></category>
		<category><![CDATA[rebol]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/09/06/some-haskell-vs-rebol-observations-and-some-lisp-ness/</guid>
		<description><![CDATA[It&#8217;s Sunday morning so I took some time for myself. I have a strong affinity to Functional Programming but I haven&#8217;t really done anything with Haskell yet. I read about it a lot but so far preferred OCaml for things where I wanted a compiled language.
Today I started reading Real world Haskell, I didn&#8217;t come [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/09/06/some-haskell-vs-rebol-observations-and-some-lisp-ness/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>REBOL&#8217;s actor-net used for real distributed system</title>
		<link>http://itmmetelko.com/blog/2009/07/03/rebols-actor-net-used-for-real-distributed-system/</link>
		<comments>http://itmmetelko.com/blog/2009/07/03/rebols-actor-net-used-for-real-distributed-system/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 22:06:45 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Just programming]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[rebol]]></category>
		<category><![CDATA[site assistant]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/07/03/rebols-actor-net-used-for-real-distributed-system/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/07/03/rebols-actor-net-used-for-real-distributed-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript combinator seek</title>
		<link>http://itmmetelko.com/blog/2009/06/24/javascript-combinator-seek/</link>
		<comments>http://itmmetelko.com/blog/2009/06/24/javascript-combinator-seek/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 10:00:46 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Just programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jsgoo]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/06/24/javascript-combinator-seek/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/06/24/javascript-combinator-seek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 things you probably can&#8217;t do in yer daddy&#8217;s language&#8230;</title>
		<link>http://itmmetelko.com/blog/2009/06/12/3-things-you-probably-cant-do-in-yer-daddys-language/</link>
		<comments>http://itmmetelko.com/blog/2009/06/12/3-things-you-probably-cant-do-in-yer-daddys-language/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 20:24:10 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Just programming]]></category>
		<category><![CDATA[rebol]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/06/12/3-things-you-probably-cant-do-in-yer-daddys-language/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/06/12/3-things-you-probably-cant-do-in-yer-daddys-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing with making an Actor-like distributed system in REBOL #3</title>
		<link>http://itmmetelko.com/blog/2009/06/08/playing-with-making-an-actor-like-distributed-system-in-rebol-3/</link>
		<comments>http://itmmetelko.com/blog/2009/06/08/playing-with-making-an-actor-like-distributed-system-in-rebol-3/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:32:38 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Having some fun]]></category>
		<category><![CDATA[Just programming]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[rebol]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/06/08/playing-with-making-an-actor-like-distributed-system-in-rebol-3/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/06/08/playing-with-making-an-actor-like-distributed-system-in-rebol-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Playing with making an Actor-like distributed system in REBOL #2</title>
		<link>http://itmmetelko.com/blog/2009/06/02/playing-with-making-an-actor-like-distributed-system-in-rebol-2/</link>
		<comments>http://itmmetelko.com/blog/2009/06/02/playing-with-making-an-actor-like-distributed-system-in-rebol-2/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 16:06:20 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Just programming]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[rebol]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/06/02/playing-with-making-an-actor-like-distributed-system-in-rebol-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/06/02/playing-with-making-an-actor-like-distributed-system-in-rebol-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing jsgoo</title>
		<link>http://itmmetelko.com/blog/2009/04/19/introducing-jsgoo/</link>
		<comments>http://itmmetelko.com/blog/2009/04/19/introducing-jsgoo/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 00:53:12 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Just programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web-dev]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/04/19/introducing-jsgoo/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/04/19/introducing-jsgoo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing with making an Actor-like distributed system in REBOL</title>
		<link>http://itmmetelko.com/blog/2009/04/12/playing-with-making-an-actor-like-distributed-system-in-rebol/</link>
		<comments>http://itmmetelko.com/blog/2009/04/12/playing-with-making-an-actor-like-distributed-system-in-rebol/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 18:54:36 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Just programming]]></category>
		<category><![CDATA[rebol]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/04/12/playing-with-making-an-actor-like-distributed-system-in-rebol/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/04/12/playing-with-making-an-actor-like-distributed-system-in-rebol/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dirty little stemmer in OCaml (part 1)</title>
		<link>http://itmmetelko.com/blog/2009/03/31/dirty-little-stemmer-in-ocaml-part-1/</link>
		<comments>http://itmmetelko.com/blog/2009/03/31/dirty-little-stemmer-in-ocaml-part-1/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:00:41 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[FP]]></category>
		<category><![CDATA[Just programming]]></category>
		<category><![CDATA[Ocaml humps]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/03/31/dirty-little-stemmer-in-ocaml-part-1/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/03/31/dirty-little-stemmer-in-ocaml-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REBOL notes: WITH convention</title>
		<link>http://itmmetelko.com/blog/2009/03/15/rebol-notes-with-convention/</link>
		<comments>http://itmmetelko.com/blog/2009/03/15/rebol-notes-with-convention/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 13:41:32 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Just programming]]></category>
		<category><![CDATA[rebol]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2009/03/15/rebol-notes-with-convention/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2009/03/15/rebol-notes-with-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
