Haskell run-time tutorial

2002-12-14 Thread Jonathan Holt
Hi guys, Having completed a simple parser project using Haskell, I'm getting more and more hooked on functional-programming in general and Haskell in particular. And learning the language has been a real treat as well, using the tutorial with occasional peeks at the report. However, when I'm

Re: Haskell run-time tutorial

2002-12-14 Thread Matt Hellige
[Jonathan Holt [EMAIL PROTECTED]] I've tried reading some of the articles related to the design of GHC's run-time. But they don't seem to be much help. They either assume that the reader has prior knowledge of functional-programming run-time environments, or get into very low-level details.