Re: What is the future of Compiler technology?

"Tommy Thorn" <tommy.thorn@gmail.com>
5 Jul 2006 15:15:13 -0400

          From comp.compilers

Related articles
What is the future of Compiler ? blertadn@yahoo.com (blerta bishaj) (2006-06-12)
Re: What is the future of Compiler ? englere_geo@yahoo.com (Eric) (2006-06-15)
Re: What is the future of Compiler technology? tommy.thorn@gmail.com (Tommy Thorn) (2006-06-19)
Re: What is the future of Compiler ? oliver@first.in-berlin.de (Oliver Bandel) (2006-06-19)
Re: What is the future of Compiler technology? oliver@first.in-berlin.de (Oliver Bandel) (2006-06-20)
Re: What is the future of Compiler ? frido@q-software-solutions.de (Friedrich Dominicus) (2006-06-22)
Re: What is the future of Compiler technology? tommy.thorn@gmail.com (Tommy Thorn) (2006-07-05)
Re: What is the future of Compiler technology? torbenm@app-4.diku.dk (2006-07-06)
Re: What is the future of Compiler technology? oliver@zeigermann.de (Oliver Zeigermann) (2006-07-16)
Re: What is the future of Compiler technology? Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2006-07-16)
Re: What is the future of Compiler technology? eliotm@pacbell.net (Eliot Miranda) (2006-07-19)
Re: What is the future of Compiler technology? Colin_Paul_Gloster@ACM.org (Colin Paul Gloster) (2006-07-19)
Re: What is the future of Compiler technology? pocmatos@gmail.com (Paulo Matos) (2006-07-31)
[4 later articles]
| List of all articles for this month |

From: "Tommy Thorn" <tommy.thorn@gmail.com>
Newsgroups: comp.compilers
Date: 5 Jul 2006 15:15:13 -0400
Organization: http://groups.google.com
References: 06-06-04406-06-051 06-06-056 06-06-064
Keywords: OOP
Posted-Date: 05 Jul 2006 15:15:13 EDT

Friedrich Dominicus wrote:
> And it shows how Microsoft brainwashing works. Have you checked
> Smalltalk it has full closures from it's beginning,


No. In standard Smalltalk, blocks don't capture free variables. I'm
not sure what happens with those when the block survives the creating
context. Some commercial variants of Smalltalk have extended the block
notion to be true closures.


Scheme, SML, O'Caml, Haskell, etc all had true closures from day one.


I agree, attempts at shoehorning closures into languages originally
designed without them have never been very successful.


Tommy



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.