Re: How to simulate C's function pointer in AppleScript?
Re: How to simulate C's function pointer in AppleScript?
- Subject: Re: How to simulate C's function pointer in AppleScript?
- From: Philip Aker <email@hidden>
- Date: Thu, 23 Oct 2008 13:17:41 -0700
On Oct 23, 2008, at 12:55 PM, André Berg wrote:
If I may ask, is there any grounds to my observation earlier, that
passing an escaped string containing AppleScript commands to "run
script" takes significantly longer for processing them than passing
those
same AppleScript commands wrapped in a script object?
It's the difference between pre-compiled and dynamically run.
run script can get you out of a few otherwise inaccessible spots but
if you need the speed, precompile (or use another language).
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
Democracy: Two wolves and a sheep voting on lunch.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden