Browse by Tags

A functional take on console program loop in F#
13 April 09 09:51 PM | MattManela | 1 Comments   
Often when learning a new technology I start with a simple console application in which the program is run in a loop it continues to prompt you for more input until you give some command like quit or exit or whatever you choose: Enter input: someInput Read More...
Filed under: ,
Parameterized State Transformer Monad in F#?
04 November 08 09:30 PM | MattManela | 2 Comments   
I have have been playing around with F# and I decided to create a state monad. This worked out really well since I was able to leverage the F# computation expressions . I then decided to try to extend this and make it more general by creating a parameterized Read More...
Filed under: , ,
I started playing with F#...
22 August 08 09:23 AM | MattManela | 0 Comments   
I decided to do some Project Euler problems using F#.  So here is my first one, Problem # 31.  Nothing in this solution really shows off anything special about F# but you have to start somewhere ;)   1: #light 2:   3: let rec combos Read More...
Page view tracker