0
comment
comment
on 4/22/2015 8:55 AM
I was recently working on some code for handling date ranges in
Deedle. Although Deedle is written in F#,
I also wrote some internal integration code in C#. After doing that, I realized that the
code I wrote is actually reusable and should be a part of Deedle itself and so I went through
the process of rewriting a simple function from (fairly functional) C# to F#. This is a small
(and by no means representative!) example, but I think it nicely shows some of the reasons why
I like F#, so I thought I'd sh[...]