cvs commit: ponie README
[email protected] (Arthur Bergman) 12 Mar 2004 15:40:30 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/03/12 07:40:30 Modified: . README Log: second release Revision Changes Path 1.2 +2 -2 ponie/README Index: README =================================================================== RCS file: /cvs/public/ponie/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- README 12 Mar 2004 15:18:32 -0000 1.1 +++ README 12 Mar 2004 15:40:30 -0000 1.2 @@ -1,11 +1,11 @@ -This is Ponie, development release 1 +This is Ponie, development release 2 ------------------------------------ "And, isn't sanity really just a one-trick ponie anyway? I mean all you get is one trick, rational thinking, but when you're good and crazy, oooh, oooh, oooh, the sky is the limit." -- the tick -Welcome to this first development release of ponie, the mix of perl5 and parrot. Ponie embeds a parrot interpreter inside perl5 and hands off tasks to it, the goal of the project is to hand of all data and bytecode handling to parrot. +Welcome to this second development release of ponie, the mix of perl5 and parrot. Ponie embeds a parrot interpreter inside perl5 and hands off tasks to it, the goal of the project is to hand of all data and bytecode handling to parrot. With this release all internal macros that poke at perl data types are converted to be real C functions and to check if they are dealing with traditional perl data types or PMC (Parrot data types) data. Perl lvalues, arrays and hashes are also hidden inside PMCs but still access their core data using traditional macros. The goal and purpose of this release is to make sure this approach keeps on working with the XS modules available on CPAN and to let people test with their own source code. No changes where made to any of the core XS modules.