<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Codelicious</title>
	<atom:link href="http://codelicious.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codelicious.wordpress.com</link>
	<description>Tasty morsels of home baked (should that be half baked?) coding commentary</description>
	<lastBuildDate>Tue, 11 Mar 2008 13:12:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='codelicious.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Codelicious</title>
		<link>http://codelicious.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://codelicious.wordpress.com/osd.xml" title="Codelicious" />
	<atom:link rel='hub' href='http://codelicious.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Picking a new language &#8211; Part 2 &#8211; Which one?</title>
		<link>http://codelicious.wordpress.com/2008/03/11/picking-a-new-language-part-2-which-one/</link>
		<comments>http://codelicious.wordpress.com/2008/03/11/picking-a-new-language-part-2-which-one/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 13:12:47 +0000</pubDate>
		<dc:creator>craigaspinall</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codelicious.wordpress.com/?p=6</guid>
		<description><![CDATA[I ultimately decided that Scala is the ideal language for me to learn right now. Why? I want a language that runs on the JVM and integrates with Java because cross platform support is important to me and I want to leverage my existing knowledge of the Java class libraries. I also wanted to learn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codelicious.wordpress.com&amp;blog=3046613&amp;post=6&amp;subd=codelicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I ultimately decided that <a href="http://www.scala-lang.org" title="Scala" target="_blank">Scala</a> is the ideal language for me to learn right now. Why? I want a language that runs on the JVM and integrates with Java because cross platform support is important to me and I want to leverage my existing knowledge of the Java class libraries. I also wanted to learn more about functional programming, having used both imperative and object oriented programming languages before. And I wanted to steer clear of dynamic languages, at least for now. I think the next language I learn after Scala will be a dynamic one.</p>
<p>On this blog I will document my progress as a Java desktop application developer using Scala to write real desktop applications. I figure this will be an interesting use case and a contrast to the mathematical and web application examples you will find elsewhere.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codelicious.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codelicious.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codelicious.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codelicious.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codelicious.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codelicious.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codelicious.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codelicious.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codelicious.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codelicious.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codelicious.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codelicious.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codelicious.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codelicious.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codelicious.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codelicious.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codelicious.wordpress.com&amp;blog=3046613&amp;post=6&amp;subd=codelicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codelicious.wordpress.com/2008/03/11/picking-a-new-language-part-2-which-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/814523eb88fc21be7e747e7cbdab6c9e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">craigaspinall</media:title>
		</media:content>
	</item>
		<item>
		<title>Picking a new language &#8211; Part 1 &#8211; Why?</title>
		<link>http://codelicious.wordpress.com/2008/03/06/picking-a-new-language-part-1-why/</link>
		<comments>http://codelicious.wordpress.com/2008/03/06/picking-a-new-language-part-1-why/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 13:24:58 +0000</pubDate>
		<dc:creator>craigaspinall</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codelicious.wordpress.com/?p=5</guid>
		<description><![CDATA[I keep asking myself why do I want to learn a new programming language when I am already comfortable and productive with Java? I think the honest answer is that I am bored! I have been programming (or trying to) since I was a kid. Over the years I&#8217;ve used various forms of BASIC, Pascal, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codelicious.wordpress.com&amp;blog=3046613&amp;post=5&amp;subd=codelicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I keep asking myself why do I want to learn a new programming language when I am already comfortable and productive with Java? I think the honest answer is that I am bored! I have been programming (or trying to) since I was a kid. Over the years I&#8217;ve used various forms of BASIC, Pascal, Delphi, ProTEL (proprietary real-time embedded language), C and Java. I&#8217;ve also dabbled with assembler, LISP, Cobol, Perl and JavaScript at some point or another!</p>
<p>Between the ages of 16 and 26, I learned how to program properly, starting with Pascal and ending with Java. On average I learned a new language every other year during that time. In the last 5 years I have programmed only in Java and a little bit of C. I have taken a cursory look at Ruby and Groovy in that time, but I haven&#8217;t dedicated any time to them or used them in anger, so I figure I owe myself at least two new languages this year!</p>
<p>The next question that I have to answer is what to learn, which I&#8217;ll pick up in part 2!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codelicious.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codelicious.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codelicious.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codelicious.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codelicious.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codelicious.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codelicious.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codelicious.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codelicious.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codelicious.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codelicious.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codelicious.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codelicious.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codelicious.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codelicious.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codelicious.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codelicious.wordpress.com&amp;blog=3046613&amp;post=5&amp;subd=codelicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codelicious.wordpress.com/2008/03/06/picking-a-new-language-part-1-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/814523eb88fc21be7e747e7cbdab6c9e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">craigaspinall</media:title>
		</media:content>
	</item>
	</channel>
</rss>
