Bug squash
Squashing bugs all day long
Monday, August 29, 2011
Validating with applicative functors in F#
›
In my last post I showed how to validate using applicative functors in C# . LINQ helps a lot with making the syntax bearable. In F# we hav...
4 comments:
Monday, August 22, 2011
Validating with applicative functors and LINQ
›
In my last post I introduced the basics of validation with applicative functors . I used a very simple example that didn't make it justi...
Thursday, August 18, 2011
Refactoring to monadic C# - applicative functors
›
In the last part of this series , we "upgraded" the Maybe monad to an Either monad in order to add error messages when parsing two...
6 comments:
Monday, August 1, 2011
Refactoring to monadic C# - part 2
›
This is a follow-up to my previous article " Refactoring to monadic C# ", in which I described how to refactor a typical imperativ...
3 comments:
Friday, July 15, 2011
Composability in HTML generation
›
I'm bored... I know, let's write write a web page with Wing Beats to show Seth MacFarlane's (creator of Family Guy) tweets ! We...
2 comments:
‹
›
Home
View web version