<?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>Java - Freelance . fr &#187; programmation fonctionnelle</title>
	<atom:link href="http://www.java-freelance.fr/tag/programmation-fonctionnelle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.java-freelance.fr</link>
	<description>Du java et du freelance</description>
	<lastBuildDate>Thu, 22 Jul 2010 13:16:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Premiers pas avec Scala</title>
		<link>http://www.java-freelance.fr/java/premiers-pas-avec-scala</link>
		<comments>http://www.java-freelance.fr/java/premiers-pas-avec-scala#comments</comments>
		<pubDate>Sun, 03 Jan 2010 12:55:35 +0000</pubDate>
		<dc:creator>Jean-Baptiste</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[closure]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[PMD]]></category>
		<category><![CDATA[programmation fonctionnelle]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://www.java-freelance.fr/?p=265</guid>
		<description><![CDATA[

Je suis tombé amoureux de Scala. Et je suis fier de vous présenter mes premières lignes de code en Scala :
import java.io._

class Reader(dir: String) {

	// Concatène les contenus de n fichiers dans une liste
	def readAll() = {

		// Mets toutes les lignes d'un fichier dans une liste
		def readLines (name : String) = {

			// Mets toutes les [...]]]></description>
		<wfw:commentRss>http://www.java-freelance.fr/java/premiers-pas-avec-scala/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
