Bringing Intellisense for F#, in Emacs. A prototype
Monday 14 February 2011 - 1 comment
Two years later, I finally released a new version of fsharp-mode for Emacs. It contains many bug fixes, and new great feature.
Friday 25 June 2010 - 1 comment
Wednesday 23 June 2010 - No comments
Tuesday 8 June 2010 - No comments
An example using FParsec and F# to parse a C-like language and generate the AST.
Monday 7 June 2010 - No comments
Saturday 17 October 2009 - No comments
A programming problem: how to evaluate Texas Hold 'Em hands (7 cards), find the winner and print the results?
Sunday 5 October 2008 - 4 comments
Some suggestions to improve F#
Tuesday 23 September 2008 - 1 comment
Latest version of F# has several issues on Mono. This post explains how to install F# and get the interactive mode work.
Thursday 5 June 2008 - 4 comments
A sample to get duck typing in F#.
Friday 30 May 2008 - 1 comment
This article presents a way to get design by contract in F#. Preconditions and postconditions may be grouped at the beginning of the function.
Wednesday 26 March 2008 - 1 comment
A syntax file for GeSHi.
Saturday 8 March 2008 - No comments
This article shows a generic way to perform dynamic programming.
Saturday 8 March 2008 - No comments
On a french forum, someone wrote an little exercise: how to get all sets of numbers (> 0) whose sum is exactly n? Here is my solution, using lazy evaluation.
Tuesday 17 July 2007 - No comments
F# features some tools for pretty printing (any kind of data, including trees). This article explains how to use StructuredFormat library and provides a complete example.
Sunday 6 May 2007 - No comments