Tag Archives: F#

Tuples rock my world

Value types in the .NET framework tend to have a static TryParse method for converting a string to a typed value.  Well, most of them do, the Guid type doesn’t for some reason.  The method takes a string and an output parameter for the result.
Output parameters suck and require a local variable to be passed [...]

My mind’s a mess of OCaml derived syntax

I’ve been reading and trying to comprehend F# for the past week or so.  This is at least the fourth or fifth time I’ve made the jump, and I’m making some headway this time.  It’s wickedly difficult for me to figure out, however.
Here’s a list of resources I’m using.  This is mostly for my own [...]