in reply to Perl + Ruby = ?
Careful with your terminology in that PS. Parrot is a virtual machine, designed with perl6 as the primary target, but 'parrot' ne 'perl6'. The idea is that, by using a common ABI and VM, you can call into one language from another seamlessly (or at least as seemlessly as things like the basic defintion of an object allow). Apparently, somebody has started implementing a ruby compiler targeting parrot. Unfornatly, the perl6 compiler for parrot has barely been started, and I suspect the ruby one isn't much better off. Additionaly, support for multiple code segments (which would pretty well be neccessary for one program which consists of several languages) is just starting to get into perl.
This rant has been brought to you by procrastination.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
multi-language programs
by John M. Dlugosz (Monsignor) on Jan 23, 2003 at 04:01 UTC | |
by theorbtwo (Prior) on Jan 23, 2003 at 04:30 UTC |