F# Bloggers

Blog articles of F# Bloggers

0
comment
on 4/3/2014 7:00 AM
Having studied Haskell and F# and done a lot of C# coding in functional style I realize that “void” declaration …Continue reading →
>> Read the full article
.
0
comment
on 4/3/2014 6:47 AM
In this exciting installment of my notes from Emerging Languages Camp last year, some information about the Daimio and Babel programming languages. If you haven’t seen it already, you might want to read the Introduction to this series. Daimio: A Language for Sharing Dann Toliver Homepage · Presentation · Slides Daimio Is a domain-specific language for customization of web [...]
>> Read the full article
.
0
comment
on 3/26/2014 7:25 AM
Emerging Languages Camp is an all day event held before Strange Loop. There were 11 presentations on new and unusual programming languages in varying stages of development. Production-ready languages like C#, Ruby, Clojure, and Haskell don’t just spring to life out of nothing. There exists a historical context of major language families (Algol, LISP, ML, etc.) as [...]
>> Read the full article
.
0
comment
on 3/22/2014 7:11 PM
A couple of days ago, I got into the following Twitter exchange: @brandewinder do you have any link to get in touch with this combo? #fsharp— Max Malook (@max_malook) March 21, 2014   So why do I think FsCheck + XUnit = The Bomb? I have a long history with Test-Driven Development; to this day, I consider Kent Beck’s “Test-Driven Development by Example” one of the biggest influences in the way I write code (any terrible code I might have written is, of course, to be blamed entirely on me, and not on the[...]
>> Read the full article
.
0
comment
on 3/10/2014 8:21 PM
In the last post, we talked about techniques to implement tail-recursion in F#. We also learned that to write pure functional code we can only use immutable data structures which means we have to implement loop using recursion. Writing recursive function can be cumbersome (e.g., the function has to have one or more base cases) … Continue reading →
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper