I spent a week at the main functional programming conference and got to talk to my heroes, so here are some reflections.
GHC.Proof is a great hack and I wanted to add another hack on top of it. It is simple enough that it could serve as a Template Haskell tutorial for others.
I will be giving lectures on Functional Programming in Haskell next semester.
I built a pseudo-Prolog that tries to answer queries by building the least Herbrand model, as a final project for a class. I chose to build it in Haskell to take advantage of lazy evaluations, but even then I couldn't handle infinite sets.
I started a blog with Hakyll.