-
Christopher Lane Hinson
A hairy haskell hacker with interests in games, computer science, and social justice.
View Full Profile →
Categories
Archives
- December 2012
- October 2012
- April 2011
- March 2011
- September 2010
- July 2010
- June 2010
- November 2009
- September 2009
- August 2009
- May 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- August 2008
- May 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- June 2007
- January 2007
Category Archives: Haskell
Trends in Profiling Haskell
I spent some time yesterday profiling roguestar. I do this every few months just to see where things stand, and there are always two culprits at the top of roguestar-gl.prof, every single time: * typeclass dictionary lookups in inner loops … Continue reading
Posted in Haskell
5 Comments
MaybeArrow?
As I’ve found myself repeatedly writing a bit of code that looked vaguely like this: get :: SomeArrow String (Maybe Thing) foo :: [Thing] -> FooThing . . . getAToZ :: SomeArrow () (Maybe FooThing) getAToZ = proc () -> … Continue reading
Posted in Haskell
10 Comments
He Said She Said
Donald Knuth says: If people do discover nice ways to use the newfangled multithreaded machines, I would expect the discovery to come from people who routinely use literate programming. This is called Haskell.
Posted in Haskell
Leave a comment
