Posts Tagged “functional”

Functional Programming with the Unix Command Line

by enum on June 25, 2009

I was pondering the unix command line the other day while reading sed & awk, and I came to the following revelation: variables aside, the unix command line is a lot like functional programming. Using the command line, you can (…)

Read the rest of this entry »

Learning Haskell

by enum on May 17, 2009

I have recently been continuing my journey with Haskell, the purely functional programming language. I had dabbled with it a little bit over the winter, but haven’t had much practice since then. It is my hope that over the summer (…)

Read the rest of this entry »