• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: applescript-users digest, Vol 2 #783 - 16 msgs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: applescript-users digest, Vol 2 #783 - 16 msgs


  • Subject: Re: applescript-users digest, Vol 2 #783 - 16 msgs
  • From: Ed Stockly <email@hidden>
  • Date: Tue, 19 Jun 2001 20:14:20 -0700

on 6/19/01 9:49 AM, email@hidden at
email@hidden wrote:

>> That's not just AppleScript...it is performance issues in general.
>
> I guess so. But AppleScript strikes me as particularly deceptive -- maybe
> it's just the more English-like syntax, subconsciously making one expect
> more easily explicable results.


I don't think it's the syntax. I think it's a factor in any higher level
language.

An AppleScript command triggers an appleEvent that is passed through the
appleEvent manager to be handled by a C or C++ or Java function or object
and then either sent to another handler or function or to the OS where the
work is done by another bit of code.

The efficiency of your appleScript is dependent on the efficiency of each
step along the way. The higher level a language is the more vulnerable a
simple command can be to unseen complexity, regardless of the syntax.

HTMS

ES

When on the net visit: <http://justapplescript.weblogs.com/>


  • Follow-Ups:
    • Re: applescript-users digest, Vol 2 #783 - 16 msgs
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: moving files from one volume to another?
  • Next by Date: Re: applescript-users digest, Vol 2 #783 - 16 msgs
  • Previous by thread: (no subject)
  • Next by thread: Re: applescript-users digest, Vol 2 #783 - 16 msgs
  • Index(es):
    • Date
    • Thread