On Sat, Feb 24, 2001 at 08:01:02PM -0500, Patrick LeBoutillier wrote:
> Hi Brian (and all),
> 
> I've taken a look at Inline::Python and I think I understand exactly what 
> needs to be done. It basically follows the plan you had outlined to me in 
> your last message.
> 
> I'll do what I can to push Inline::Java in that direction.
> 
> I'll keep the comunity posted,


Patrick,

This is great news.

I'm at the German Perl Workshop, and just now getting to my mail. I just delivered a 
90 minute talk on Inline and it seemed quite well received. I even mentioned that work 
was being done on Inline::Java.

I have Inline version 0.32 complete and will upload to CPAN within the hour.

Cheers, Brian

> 
> Patrick
> 
> ----------------------------------
> | Patrick LeBoutillier
> | SITA Montreal
> | [EMAIL PROTECTED]
> 
> 
> >From: "Patrick LeBoutillier" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: any plans on Inline::Java? - just a naive question...
> >Date: Sat, 24 Feb 2001 14:16:35 -0500
> >
> >
> >Hi Brian (and all),
> >
> >I see where you are getting at and now understand better the Inline
> >philosophy. I understand that the primary idea is to write Perl functions 
> >in
> >other languages.
> >
> >Although I must argue that in Java you cannot write a public function. You
> >can only write methods. All functions must be inside a class. So if one is
> >to scan some Java code to extract public function-type symbols, all you can
> >retrieve are constructors and public static methods.
> >
> >So I guess if you want to bind these types of methods, it is possible to
> >"create" wrappers to these functions. But you will need to create them in
> >different namespaces that correspond to the class names. You will also be
> >limited to one constructor per class, and no method overloading.
> >
> >I'll take a look at the Inline::Python to see if I can get any ideas from
> >there.
> >
> >I'll let you know what comes up..
> >
> >Thanks,
> >
> >----------------------------------
> >| Patrick LeBoutillier
> >| SITA Montreal
> >| [EMAIL PROTECTED]
> >
> >
> >
> 
> 
> 
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Reply via email to