Re: Cocoa and PERL
Re: Cocoa and PERL
- Subject: Re: Cocoa and PERL
- From: Graham Wihlidal <email@hidden>
- Date: Thu, 19 Jul 2001 20:40:29 -0600
First off, just to make it clear, you're dealing with a total newbie
here; however, I was wondering A) is possible to wrap a PERL
script(MisterHouse) and create an interface for it in Cocoa, and B)
where I might find info on such a combination of PERL and Cocoa?
Cocoa is a framework for Java, and Obj-C. It is meant to be compiled
into binary form, unlike Perl which is interpreted at runtime. You
could PROBABLY make an Obj-C or Java program with a Cocoa interface and
then call some Perl code from inside. Might not be too nice working
together as one app though.
Anyone able to elaborate on this thought?
~Graham