in reply to RE (tilly) 1: Ripping out Perl internals in Perl6
in thread Ripping out Perl internals in Perl6

I suspect that a proper rearchitecture of the language will make pluggable front-ends much easier to do. I suspect that nobody is trying to make multiple front ends because we're too concerned about making just the first one. :-)

    -- Chip Salzenberg, Free-Floating Agent of Chaos

  • Comment on RE: RE (tilly) 1: Ripping out Perl internals in Perl6

Replies are listed 'Best First'.
RE (tilly) 3: Ripping out Perl internals in Perl6
by tilly (Archbishop) on Aug 21, 2000 at 14:21 UTC
    Easier != possible.

    Not many concessions need to be made internally, but you do need to be able to tag specific things to compile with which front end gets it. Otherwise you cannot reuse code written for one front end in another...