My Journey into Haskell
I first encountered Haskell in my Programming Languages class at Harvey Mudd. In that class, my experience felt like just a constant cycle of:
1. Write code that doesn't compile
2. Make arbitrary changes until it compiles
3. goto 1