I’m looking for some long AppleScripts to use in benchmarking the compilation speed of my ‘ash’ (AppleScript Shell) scripting environment.
I say “long” scripts since what I’m interested in is scripts that take a relatively long time to compile. The run time is not really of interest.
I’d prefer scripts that don’t rely on any particular software or document setup, and it is preferable if the script doesn’t have any permanent effect on my system or applications. (e.g. I don’t want to accidentally delete some files because I ran your script)
About “ash”:
‘ash’ (AppleScript Shell) is an environment for running AppleScript commands interactively like is done with Unix commands in the standard Unix shells (e.g. ‘bash’).
It is available via the scriptbuilders site: http://scriptbuilders.net/files/ash0.55.html
but you might be better to get the latest version from my web site:
http://hayne.net/MacDev/Ash/
All feedback is welcomed.
[EDIT: Ash has been updated. Link fixed. ACB/Scriptbuilders]