« earlier | later » Page 18 of 44
Room 101: Parser Combinators edit / delete
Building parser combinators in an OO language (in this case, Smalltalk).
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
Coding Guidelines edit / delete
Includes an online book that's an *incredibly* detailed commentary on the C99 spec (1600-odd pages). Fascinating stuff.
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
John Baez's Stuff edit / delete
Some useful advice for teachers and researchers, and a lot of randomly entertaining stuff.
to amusements research teaching ... on 17 November 2006
A Haskell debugging tool; designed for inspecting data structures.
to debugging haskell research software ... on 10 November 2006
Geraint Jones' Publications edit / delete
Includes the 1987 "On Guards" paper, which describes why occam didn't permit output guards.
to concurrency occam research ... on 27 October 2006
Haskell/Existentially quantified types - Wikibooks, collection of open-content textbooks edit / delete
How to do heterogenous lists (i.e. lists containing items of a typeclass, rather than of a type).
to functional haskell programming research ... on 19 October 2006
All About Monads edit / delete
Handy introduction and reference to Haskell's standard monads.
to functional haskell monads research ... on 19 October 2006
« earlier | later » Page 18 of 44
tasty by Adam Sampson.