I think I’m becoming a bit of a programming tools geek, spent a bit of time over the weekend reading Understanding Darcs over on Wiki Books. I found the section on patch theory interesting and I’m looking at using Darcs for my personal projects for a while, see how I get on. I also engaged… Continue reading Tools Geek
Category: Functional
Posts about functional programming
Literate Haskell & Currying
I stumbled across this literate Haskell program on Reddit earlier: Link.lhs Literate Haskell is where the whole file is the codes comments and and you use a character (>) at the beginning of a line to mark that line as code. Kinda nifty especially in cases such as this. The literate module linked to above… Continue reading Literate Haskell & Currying