Related articles |
---|
which IRs for functional language compilers are there ? compusm@chollian.net (Chango Cho) (1999-09-24) |
Re: which IRs for functional language compilers are there ? torbenm@diku.dk (1999-09-27) |
From: | torbenm@diku.dk (Torben AEgidius Mogensen) |
Newsgroups: | comp.compilers |
Date: | 27 Sep 1999 11:24:33 -0400 |
Organization: | Department of Computer Science, U of Copenhagen |
References: | 99-09-092 |
Keywords: | functional |
"Chango Cho" <compusm@chollian.net> writes:
> How do Experienced compiler designers design the IRs?
> especially , for functional languages?
Take a look in the following books:
Andrew Appel: "Compiling with Continuations", Cambridge University
Press, 1992.
Simon L. Peyton Jones and David Lester: "Implementing Functional
Languages", Prentice Hall, 1992.
The first of these covers strict non-pure functional languages (SML)
while the other covers non-strict pure functional languages
(Haskell/Miranda).
Torben Mogensen (torbenm@diku.dk)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.