Re: [MacPerl] AppleScript vs MacPerl

2002-03-12 Thread Chris Nandor
At 13:04 +0100 2002.03.12, Bart Lateur wrote: >It depends on what you want to do. AppleScript is extremely slow as a >generic programming language, but OTOH, in order to control external >apps, calling an Applescript embedded in a Perl script takes a very long >time to compile -- which will have t

Re: [MacPerl] AppleScript vs MacPerl

2002-03-12 Thread Bart Lateur
On Mon, 11 Mar 2002 15:15:46 -0800, Crook, Richard W wrote: >Just a quick question/survey. I'm taking over an system written mostly in >AppleScript and some MacPerl. Is it worth sticking with the AppleScript or >should I port it over to MacPerl. I suppose the answer will be obvious >considering

Re: [MacPerl] AppleScript vs MacPerl

2002-03-11 Thread John W Baxter
At 15:15 -0800 3/11/2002, Crook, Richard W wrote: >Just a quick question/survey. I'm taking over an system written mostly in >AppleScript and some MacPerl. Is it worth sticking with the AppleScript or >should I port it over to MacPerl. I suppose the answer will be obvious >considering the list I'

RE: [MacPerl] AppleScript vs MacPerl

2002-03-11 Thread Chris Nandor
Just a few updates to what you say here ... At 16:02 -0800 2002.03.11, Daschbach, John L wrote: >&MacPerl'DoAppleScript("${script}"); A much better way to do this is: MacPerl::DoAppleScript($script); ' instead of :: as package separator was deprecated a long time ago. You don't need

RE: [MacPerl] AppleScript vs MacPerl

2002-03-11 Thread Daschbach, John L
I have found there are things I can do in Applescript that I can't do in MacPerl and more so the opposite way around. What is nice is that using AppleScript from MacPerl is mostly a pretty good solution when you need to do Applescrit things. One way to glue them together is to use the Script ed

Re: [MacPerl] AppleScript vs MacPerl

2002-03-11 Thread Keary Suska
on 3/11/02 4:15 PM, [EMAIL PROTECTED] purportedly said: > Just a quick question/survey. I'm taking over an system written mostly in > AppleScript and some MacPerl. Is it worth sticking with the AppleScript or > should I port it over to MacPerl. I suppose the answer will be obvious > considering t

Re: [MacPerl] AppleScript vs MacPerl

2002-03-11 Thread Chris Nandor
At 15:15 -0800 2002.03.11, Crook, Richard W wrote: >Just a quick question/survey. I'm taking over an system written mostly in >AppleScript and some MacPerl. Is it worth sticking with the AppleScript or >should I port it over to MacPerl. I suppose the answer will be obvious >considering the list I