<?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>log4p</title>
	<atom:link href="http://log4p.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://log4p.com</link>
	<description>Peter Maas's Weblog</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:20:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Scala 2.9RC2 &#8211; applyDynamic</title>
		<link>http://log4p.com/2011/04/28/scala-2-9rc2-applydynamic/</link>
		<comments>http://log4p.com/2011/04/28/scala-2-9rc2-applydynamic/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 20:33:34 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=782</guid>
		<description><![CDATA[During the previous Dutch Scala Enthusiasts (DUSE) meeting some people mentioned the fuss about the Dynamic trait. Since &#8216;method missing&#8217; was one of the features I enjoyed in Ruby and Groovy I decided to dig around and create some examples. &#8230; <a href="http://log4p.com/2011/04/28/scala-2-9rc2-applydynamic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2011/04/28/scala-2-9rc2-applydynamic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stackable traits</title>
		<link>http://log4p.com/2011/03/14/stackable-traits/</link>
		<comments>http://log4p.com/2011/03/14/stackable-traits/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 22:03:33 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=771</guid>
		<description><![CDATA[Today I was playing around with some code to show people how Scala traits (more specifically stackable traits) make it much easier to decompose your &#8216;problem&#8217; into generic and reusable building blocks. One of the issues we recently looked at &#8230; <a href="http://log4p.com/2011/03/14/stackable-traits/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2011/03/14/stackable-traits/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Scala shellscripts</title>
		<link>http://log4p.com/2010/10/09/scala-shellscripts/</link>
		<comments>http://log4p.com/2010/10/09/scala-shellscripts/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 08:31:26 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=762</guid>
		<description><![CDATA[No, writing executable scala shell scripts is not rocket science. I know. I noticed however that people don&#8217;t often use scala in this fashion because it didn&#8217;t occur to them. Have a short look at the following utility I wrote &#8230; <a href="http://log4p.com/2010/10/09/scala-shellscripts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2010/10/09/scala-shellscripts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Selenium2 from Scalatest</title>
		<link>http://log4p.com/2010/03/16/selenium2-from-scalatest/</link>
		<comments>http://log4p.com/2010/03/16/selenium2-from-scalatest/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 22:04:01 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[scala]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=745</guid>
		<description><![CDATA[Scalatest offers some very elegant ways to layout your tests. After using Selenium2 at work I started thinking how I could leverage the BDD-like goodness in combination with Selenium2. The combination proves to be very useful. Some basics Selenium2 offers &#8230; <a href="http://log4p.com/2010/03/16/selenium2-from-scalatest/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2010/03/16/selenium2-from-scalatest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Presentation: DSLs in Scala</title>
		<link>http://log4p.com/2010/03/04/presentation-dsl-in-scala/</link>
		<comments>http://log4p.com/2010/03/04/presentation-dsl-in-scala/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:20:04 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=742</guid>
		<description><![CDATA[At DuSe III I gave a presentation on writing Domain Specific Languages using Scala based on the work I did for my blogposts on internal and external with Scala. Domain Specific Languages In Scala Duse3 View more presentations from Peter &#8230; <a href="http://log4p.com/2010/03/04/presentation-dsl-in-scala/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2010/03/04/presentation-dsl-in-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Scala</title>
		<link>http://log4p.com/2010/03/04/introduction-to-scala/</link>
		<comments>http://log4p.com/2010/03/04/introduction-to-scala/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:10:25 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=740</guid>
		<description><![CDATA[Last Tuesday I gave a &#8216;introduction to Scala&#8217; presentation during the monthly &#8216;Tech Tuesday&#8217; at Ebay/Marktplaats. After going through the slides I did some live test driven development. I think I managed to get some more people interested! Introduction To &#8230; <a href="http://log4p.com/2010/03/04/introduction-to-scala/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2010/03/04/introduction-to-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back on Ubuntu / got a new job.</title>
		<link>http://log4p.com/2010/01/09/back-on-ubuntu-and-got-a-new-job/</link>
		<comments>http://log4p.com/2010/01/09/back-on-ubuntu-and-got-a-new-job/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 08:30:21 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=728</guid>
		<description><![CDATA[Last week was my first week at my new employers office. At eBay / Marktplaats I&#8217;ll be working on the upcoming version of Marktplaats and various applications/services part of the platform around it. You can either bring your own hardware &#8230; <a href="http://log4p.com/2010/01/09/back-on-ubuntu-and-got-a-new-job/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2010/01/09/back-on-ubuntu-and-got-a-new-job/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ScotchBuilder with Scala 2.8</title>
		<link>http://log4p.com/2009/12/23/scotchbuilder-with-scala-2-8/</link>
		<comments>http://log4p.com/2009/12/23/scotchbuilder-with-scala-2-8/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 09:12:30 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[dsl]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=720</guid>
		<description><![CDATA[While writing my internal SQL DSL example I stumbled upon this blogpost about a Type-safe Builder Pattern in Scala a couple of times. One of the issues I have with that code is the unnecessary use of mutable state in &#8230; <a href="http://log4p.com/2009/12/23/scotchbuilder-with-scala-2-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2009/12/23/scotchbuilder-with-scala-2-8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>external DSLs with scala</title>
		<link>http://log4p.com/2009/11/26/external-dsls-with-scala/</link>
		<comments>http://log4p.com/2009/11/26/external-dsls-with-scala/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:14:41 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[dsl]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=696</guid>
		<description><![CDATA[Following up on my previous post on writing an internal SQL-like DSL for Scala I decided to bite the bullet and implement a &#8216;real&#8217; parser for a subset of the SQL language to create the object tree from a SQL-like &#8230; <a href="http://log4p.com/2009/11/26/external-dsls-with-scala/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2009/11/26/external-dsls-with-scala/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internal DSLs with Scala</title>
		<link>http://log4p.com/2009/11/23/internal-dsls-with-scala/</link>
		<comments>http://log4p.com/2009/11/23/internal-dsls-with-scala/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:35:57 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[dsl]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://log4p.com/?p=671</guid>
		<description><![CDATA[I&#8217;ve been playing around with Scala again lately. Writing a (internal) DSL or a fluent api was still on todo-list. Instead of writing some arbitrary language for a made-up domain I decided to pick a language and a domain I &#8230; <a href="http://log4p.com/2009/11/23/internal-dsls-with-scala/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://log4p.com/2009/11/23/internal-dsls-with-scala/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
