On 07.04.2009, at 21:50, Michael van der Gulik wrote:
On 4/8/09, Marcus Denker <denker@acm.org> wrote:
On 07.04.2009, at 16:31, Alexandr Batalshikov wrote:
Hi,
I see in pharo0.1-10268dev09.04.1.image:
Compiler class>>closureParserClass ^self error: 'not installed'.
That is right? How to install "closureParserClass"?
these are leftovers from the NewCompiler ClosureCompiler. We will clean this up soon.
What is the story with the NewCompiler? Does Pharo include it? Or are you moving to Eliot's modification of the old compiler with closure support?
We integrated Eliot's work into Pharo for now. The actual closure realization is different but similar, so there is no reason to not to use his. The old "ClosureCompiler" then will be renamed "NewCompiler" and fixed to generate code for Eliot's closures. The NewCompiler is a bit more modular/easier to understand and butcher, we used in for many experiments already and we will definitly port it. Marcus -- Marcus Denker -- denker@acm.org http://www.marcusdenker.de