Archive for the ‘Programming Languages’ Category

Haskell Workshop 2007

Monday, October 15th, 2007

In a break with my recent focus on radio related topics, I return to another topic that I’ve enjoyed before. The 2007 Haskell Workshop has made videos of many of their talks available. Some of it looks pretty nifty. Enjoy!

Haskell Workshop 2007 - List of Accepted Papers

Pascal Implementation

Saturday, September 29th, 2007

Pascal is one of my least favorite languages, but reading about how compilers work and examining real code of the (actually fairly simple) system works is fun. Check out:

Pascal Implementation

Included here is the Pascal source of a public-domain Pascal compiler and interpreter, the P4 compiler and interpreter. It is coded entirely in Pascal, and produces a high-level so-called intermediate code as output. The program ‘pint’ is an assembler and interpreter for this language.

The complete text of the book explaining the compiler is also available.

[tags]Programming Languages, Pascal[/tags]