f#

An Introduction to Functional Languages: Part Two

Previously we gave an introduction to functional languages. Now we take a look at some functional programming examples with F#.

4 replies - 5044 views - 06/30/09 by Ken Sipe in Articles

F#: Using C# Extension Methods

An interesting thing I noticed about referencing C# libraries from F# is that you can't access C# extension methods in the same way that you would be able to...

0 replies - 603 views - 06/15/09 by markhneedham in News

F#: Forcing type to unit for Assert.ShouldThrow in XUnit.NET

I've started playing around with F# again and decided to try and create some unit tests around the examples I'm following from Real World Functional...

0 replies - 437 views - 03/29/09 by markhneedham in News

Building WCF services with F#, Part 1

For a while now, I’ve held the opinion that the “sweet spot” for functional languages on the JVM and CLR will be in the services space, since services...

0 replies - 999 views - 01/18/09 by Ted Neward in News