in reply to Interaction between languages in Parrot

Being more optimistic, will it be possible to subclass a Java class in Perl6 and then use it as a method argument to another Java class?

I don't see why not, as long as the method you call doesn't totally suck with regards to the introspection it performs on the object it receives.

(Nit: Perl 6, with the space please.)

  • Comment on Re: Interaction between languages in Parrot

Replies are listed 'Best First'.
Re^2: Interaction between languages in Parrot
by jdporter (Paladin) on Dec 20, 2005 at 15:11 UTC