Related articles |
---|
Implementing Closures andrew@tomazos.com (Andrew Tomazos) (2009-04-24) |
Re: Implementing Closures armelasselin@hotmail.com (Armel) (2009-04-24) |
Re: Implementing Closures dot@dotat.at (Tony Finch) (2009-04-26) |
Re: Implementing Closures barry.j.kelly@gmail.com (Barry Kelly) (2009-04-26) |
Re: Implementing Closures cr88192@hotmail.com (cr88192) (2009-04-26) |
Re: Implementing Closures torbenm@pc-003.diku.dk (2009-04-28) |
Re: Implementing Closures pertti.kellomaki@tut.fi (Pertti Kellomaki) (2009-04-29) |
Re: Implementing Closures torbenm@pc-003.diku.dk (2009-04-29) |
Re: Implementing Closures dot@dotat.at (Tony Finch) (2009-04-29) |
Re: Implementing Closures haberg_20080406@math.su.se (Hans Aberg) (2009-04-29) |
Re: Implementing Closures rpw3@rpw3.org (2009-05-01) |
Re: Implementing Closures rpw3@rpw3.org (2009-05-01) |
From: | torbenm@pc-003.diku.dk (Torben =?iso-8859-1?Q?=C6gidius?= Mogensen) |
Newsgroups: | comp.compilers |
Date: | Wed, 29 Apr 2009 12:44:29 +0200 |
Organization: | Department of Computer Science, University of Copenhagen |
References: | 09-04-056 09-04-075 09-04-084 |
Keywords: | ML, storage |
Posted-Date: | 29 Apr 2009 09:15:11 EDT |
Pertti Kellomaki <pertti.kellomaki@tut.fi> writes:
> Torben Fgidius Mogensen wrote:
>> You can also do closure conversion: Transform the source program so
>> all building of closures is done at the source level.
>
> Are there some relatively well known systems that use this approach?
Many implementations of SML, including SML of New Jersey, do this.
Torben
Return to the
comp.compilers page.
Search the
comp.compilers archives again.