Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: perl 6

by demerphq (Chancellor)
on Mar 15, 2002 at 17:45 UTC ( [id://152032]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: perl 6
in thread perl 6

that's almost what perl5 is

Can you expand on that at all? I didnt think there was much difference between how perl does byte-code and how Java or the rest does it. Whats the difference?

Cheers,

Yves / DeMerphq
--
When to use Prototypes?
Advanced Sorting - GRT - Guttman Rosler Transform

Replies are listed 'Best First'.
(tye)Re: perl 6
by tye (Sage) on Mar 15, 2002 at 18:55 UTC

    Java knows how to emit and load byte code. Perl doesn't. Perl doesn't quite use "byte code". Perl compiles code to a parse tree that is stored in memory. There have been attempts to serialize this opcode tree so that it can be saved and then later loaded. But the opcode tree was not designed around this idea and the attempts have so far mostly failed (B::Bytecode says "BUGS: Plenty. Current status: experimental.").

            - tye (but my friends call me "Tye")

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://152032]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 14:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found