main is usually a function
char* main = "usually a programming blog";
Wednesday, August 31, 2011
New slides and how I made them
›
New slides I've posted PDFs of slides from some talks I gave a while ago. First-Class Concurrency in Haskell covers topics in concu...
28 comments:
Saturday, March 19, 2011
x86 disassembly in Haskell with hdis86
›
The first serious projects I coded in Haskell were compilers, code analyzers, and the like. I think it's a domain that really plays to t...
21 comments:
Sunday, January 9, 2011
Implementing breakpoints on x86 Linux
›
Debugger features such as breakpoints go well beyond the normal ways in which programs interact. How can one process force another process ...
29 comments:
Saturday, December 4, 2010
Type-level Fix and generic folds
›
This article describes a fixpoint combinator for Haskell types, with some justification of why such a thing would be useful. It's meant ...
81 comments:
‹
›
Home
View web version