Thread
Stories related to "Announcing the SAFE stack" across the full archive.
Announcing Bosun, [Stack Exchange's] new open source monitoring & alerting system
(blog.stackoverflow.com)
I picked the "C" tag for C#, but there's no F# tag.
Worth noting: Sean maintains Rails's ORM, ActiveRecord. This is very much NOT a port of it, but he's got a lot of experience in this area, and this is a project I'm really excited about.
F# decompiled into C# (Or, what C# code do you have to write to get the same functionality as F#?)
(fsharpforfunandprofit.com)
Abstract: "Type classes are an immensely popular and productive feature of Haskell. They have since been adopted in, and adapted to, numerous other languages, including theorem provers. This talk will show that type classes have a natural and efficient representation in .NET. This paves the way for ...
An interesting discussion of F# Data (at least for me, someone who only occasionally dives into F#), with some practical examples as applied to Web scraping.