I Like Digital Ocean
I haven't updated this blog in over year, but I wanted to switch to a different blogging setup with less friction. I've tried various blogging engines »
I haven't updated this blog in over year, but I wanted to switch to a different blogging setup with less friction. I've tried various blogging engines »
Type providers are often the preferred mechanism for dealing with textual data in F#, but Linq to XML is still a very nice API when you »
I wanted to do a quick post about active patterns in F#, specifically the usefulness of Single Total Active Patterns (STAPs?) for transforming and validating data. »
In a previous post, I showed how to represent mathematical expression trees using discriminated unions and gave an example of using them to compute derivitives. In »
One perpetual source of annoyance in C# is output parameters. Normally, output parameters are used when multiple values need to be returned from a method. Within »