<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://man.f-sharp.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://man.f-sharp.fr/feed.php">
        <title>F# Resources</title>
        <description></description>
        <link>http://man.f-sharp.fr/</link>
        <image rdf:resource="http://man.f-sharp.fr/lib/images/favicon.ico" />
       <dc:date>2011-03-31T05:31:12+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://man.f-sharp.fr/doku.php/libraries?rev=1301445025&amp;do=diff"/>
                <rdf:li rdf:resource="http://man.f-sharp.fr/doku.php/community?rev=1301444661&amp;do=diff"/>
                <rdf:li rdf:resource="http://man.f-sharp.fr/doku.php/beginners?rev=1301444301&amp;do=diff"/>
                <rdf:li rdf:resource="http://man.f-sharp.fr/doku.php/pack/main?rev=1301443726&amp;do=diff"/>
                <rdf:li rdf:resource="http://man.f-sharp.fr/doku.php/main?rev=1301443322&amp;do=diff"/>
                <rdf:li rdf:resource="http://man.f-sharp.fr/doku.php/comparison?rev=1301443222&amp;do=diff"/>
                <rdf:li rdf:resource="http://man.f-sharp.fr/doku.php/jobs?rev=1301442200&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://man.f-sharp.fr/lib/images/favicon.ico">
        <title>F# Resources</title>
        <link>http://man.f-sharp.fr/</link>
        <url>http://man.f-sharp.fr/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://man.f-sharp.fr/doku.php/libraries?rev=1301445025&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-30T02:30:25+02:00</dc:date>
        <dc:creator>llb</dc:creator>
        <title>libraries - new libraries</title>
        <link>http://man.f-sharp.fr/doku.php/libraries?rev=1301445025&amp;do=diff</link>
        <description>FParsec


FParsec is an F# adaptation of Parsec, the popular parser combinator library for Haskell by Daan Leijen. It can parse context-sensitive, infinite look-ahead grammars, has complete support for unicode input and large files (&gt; 4 GB) and produces excellent error messages. Design and implementation of the library have been thoroughly optimized for speed. FParsec is distributed under a permissive open source license (BSD-style).</description>
    </item>
    <item rdf:about="http://man.f-sharp.fr/doku.php/community?rev=1301444661&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-30T02:24:21+02:00</dc:date>
        <dc:creator>llb</dc:creator>
        <title>community</title>
        <link>http://man.f-sharp.fr/doku.php/community?rev=1301444661&amp;do=diff</link>
        <description>Important links

	*  Microsoft F# Developer Center
	*  The RSS feed Planet F# - The place to follow all major F# blogs.
	*  F# on Stack Overflow - Very active, probably the best place to ask F# questions
	*  The F# forum (not much used anymore)

F# team blogs

	*  Don Syme
	*  Luke Hoban
	*  Jomo Fisher
	*  Brian McNamara
	*  Andrew Kennedy</description>
    </item>
    <item rdf:about="http://man.f-sharp.fr/doku.php/beginners?rev=1301444301&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-30T02:18:21+02:00</dc:date>
        <dc:creator>llb</dc:creator>
        <title>beginners</title>
        <link>http://man.f-sharp.fr/doku.php/beginners?rev=1301444301&amp;do=diff</link>
        <description>Editors


The official recommandation:


	*  Visual Studio 2010 includes F#
	*  Visual Studio plugin (included in the official release) for the free Visual Studio 2008 Shell


Good and portable alternatives:


	*  Monodevelop plugin. Works on Linux, Windows, Mac and it has advanced features (including Intellisense)
	*  Emacs mode for F# (discussion). An experimental support for Intellisense is available.</description>
    </item>
    <item rdf:about="http://man.f-sharp.fr/doku.php/pack/main?rev=1301443726&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-30T02:08:46+02:00</dc:date>
        <dc:creator>llb</dc:creator>
        <title>pack:main - fslex, fsyacc</title>
        <link>http://man.f-sharp.fr/doku.php/pack/main?rev=1301443726&amp;do=diff</link>
        <description>Since CTP, “The F# library is split into two components. FSharp.Core.dll: Contains the core F# libraries, which will be stabilized and versioned infrequently. FSharp.PowerPack.dll: Contains additional useful F# libraries and tools which will version more frequently, and allow continued innovation on top of the core F# language and libraries. The fslex and fsyacc tools are part of the F# PowerPack.” (quoted from CTP release notes)</description>
    </item>
    <item rdf:about="http://man.f-sharp.fr/doku.php/main?rev=1301443322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-30T02:02:02+02:00</dc:date>
        <dc:creator>llb</dc:creator>
        <title>main - documentation link</title>
        <link>http://man.f-sharp.fr/doku.php/main?rev=1301443322&amp;do=diff</link>
        <description>*  F# core language
	*  F# core library
	*  F# PowerPack

	*  F# website
	*  MSDN F# Developer Center
	*  Official documentation
	*  Language specifications

	*  F# external libraries
	*  F# community
	*  Getting started: F# beginners tutorials, books, and editors
	*  F# jobs, companies using F#
	*  Comparison with other languages</description>
    </item>
    <item rdf:about="http://man.f-sharp.fr/doku.php/comparison?rev=1301443222&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-30T02:00:22+02:00</dc:date>
        <dc:creator>llb</dc:creator>
        <title>comparison - stack overflow links</title>
        <link>http://man.f-sharp.fr/doku.php/comparison?rev=1301443222&amp;do=diff</link>
        <description>F# Performance comparison


How does F# performance compare to other languages? Here are a few comments and benchmarks:


	*  The Computer Language Benchmarks Game, many benchmarks for F# on Mono
	*  Is a program F# any more efficient (execution-wise) than C#? on StackOverfow
	*  C# / F# Performance comparison
	*  Is F# really faster than Erlang at spawning and killing processes?
	*  F# performance in scientific computing</description>
    </item>
    <item rdf:about="http://man.f-sharp.fr/doku.php/jobs?rev=1301442200&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-30T01:43:20+02:00</dc:date>
        <dc:creator>llb</dc:creator>
        <title>jobs - Trafigura</title>
        <link>http://man.f-sharp.fr/doku.php/jobs?rev=1301442200&amp;do=diff</link>
        <description>This is a list of companies using F#. Some of them are looking (or were looking) for programmers with F# skills. If you're looking for an F#-related job, you should also have a look at companies using Objective Caml, as they will probably be interested by F# skills. Finally, some job offers sometimes pop up in LinkedIn F# groups.</description>
    </item>
</rdf:RDF>

