Assertfail

F# 2 weeks later

21 Aug 2015

Since I’ve been without an assignment I’ve had the time to look into F# more.

Where did I find material?

Why did I start looking into F# again?

I share the office with Fredrik Forssen. I find his love of F# inspiring.

Things I’ve found that delighted me:

I’ve previously found the following sweet when looking at the language:

    using OptionalUrl = Microsoft.FSharp.Core.FSharpOption<Customers.Url>;
    ...
       var customer = new Customer(
          ...
          pictureUri: OptionalUrl.Some(new Url("http://someurl.com/something?some=asd"))
       );

Tags


Comments

Do you want to send a comment or give me a hint about any issues with a blog post: Open up an issue on GitHub.

Do you want to fix an error or add a comment published on the blog? You can do a fork of this post and do a pull request on github.