develooper Front page | perl.bootstrap | Postings from July 2000

Re: implementation strategy (was Re: Working Group Proposal)

From:
John Porter
Date:
July 20, 2000 12:14
Subject:
Re: implementation strategy (was Re: Working Group Proposal)
Message ID:
20000720151405.D28722@min.net
Brock wrote:
> 
> This parser would output a Parse Tree, which could then be traversed.
> Traversal could be done either in perl, or in the proposed meta-language,
> though I'd prefer a perl solution.

I think Brock makes a good point: the compiler and interpreter could be
cleanly separated; of course, they both need to be new in the perl6
project; but the interpreter, for example, could be functionally
equivalent to the one in the current perl5.  The (new) compiler could
be made perl5-compatible at first, and changed (since it will now be
easy to change) as perl6 is developed.  Or we could just leave it at
that and declare victory.  :-)

-- 
John Porter

	Aus tiefem Traum bin ich erwacht.




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About