« earlier | later » Page 13 of 22
Blow your mind - HaskellWiki edit / delete
Some mostly opaque and occasionally useful things to do with Haskell.
to functional haskell programming ... on 09 May 2008
Haskell Programming: Miscellanea edit / delete
All sorts of completely insane things to do with Haskell.
to functional haskell programming ... on 09 May 2008
Hacker's Delight edit / delete
The world's best book on really obscure bitwise arithmetic tricks (code available from here). I should probably buy a copy at some point.
to books programming ... on 30 January 2008
Command line options in Haskell edit / delete
A neat way to do arg parsing in Haskell by composing functions on a state struct.
to haskell programming research ... on 25 April 2007
dis-dot-dat.net/Writing Audio Applications edit / delete
A JACK tutorial.
to audio jack programming ... on 16 April 2007
8 ways to report errors in Haskell edit / delete
Or: why I couldn't do the thing I was trying to do on Saturday.
to exceptions haskell programming ... on 19 March 2007
Compiler from a C#-like language to C with GObject. Perhaps worth looking at for Potamus in the future?
to c compiler design gtk language programming ... on 05 March 2007
Bit Twiddling Hacks edit / delete
to c programming research ... on 04 January 2007
Some interesting stuff about GCC and optimisation; in particular, a good discussion of strict aliasing and how it can help the optimiser.
to c compiler optimisation programming research ... on 16 December 2006
Intel 80386 Programmer's Reference 1986 edit / delete
Handy online version of the 386 manual.
to assembler programming research systems x86 ... on 06 December 2006
« earlier | later » Page 13 of 22
tasty by Adam Sampson.