Functional-style examples used during my talk for the Seattle F# Meetup on 7/17/2013 See corresponding imperative-style examples at http://fssnip.net/iO
1 people like thisPosted: 11 years ago by Lincoln Atkinson
Functional and simple version for Collatz Conjecture or 3n + 1 Problem
5 people like thisPosted: 8 years ago by Fabio Galuppo
This is a translation to F# of the Haskell code in the article "FizzBuzz in Haskell by Embedding a Domain-Specific Language" by Maciej Piróg The original article is located here: http://themonadreader.files.wordpress.com/2014/04/issue23.pdf The idea is to help people familiar with F# but not with Haskell to follow the article.
1 people like thisPosted: 10 years ago by Cesar Mendoza
An F#-style API for simple MSMQ operations, including Peek, Receive, and Send.
3 people like thisPosted: 6 years ago by Aaron Eshbach