LNS Home
Script Debugger
Download & Buy
x Explore
x Edit
x Run & Debug
x Deploy
What's New In 4.5
bullet Documentation
bullet Blog Posts
My SD Story
Software Updates
 
4.0.9 Update
3.0.9 Update
bullet 2.0.5 Update
x Free Downloads
 
XML Tools
XSLT Tools
x Property List Tools
x List & Record Tools
Register Your Copy of Script Debugger
Join the Script Debugger Mailing List
x AppleScript/ Scripting Links
Products
x Script Debugger 4.5
Site Contents
bullet Mark’s Blog
Product Registration
Bug Reporting
x Freeware
Contacting Us

SD4 Headling


image

Glossary: Compiled Script File

image

The fundamental AppleScript file format is the compiled script file. It consists of bytecode, not the original text. It also can maintain other information, such as the persistent values of top-level entities (mostly properties, globals, and script objects) and certain context information. A compiled script file can be executed directly, with very little delay (because there is no need to compile). Many environments that can run scripts expect a compiled script file.

When you run a compiled script in Script Debugger and then save (without editing further), values of top-level entities are saved as well.

The life of the AppleScript programmer is made more complicated by the fact that compiled script files now come in a variety of formats. Not all of these are compatible with every system or every script-editing or script-running environment.

Also, a compiled script can have difficulty opening if a required application or scripting addition is missing. If the script was saved with Script Debugger, you may still be able to open the script as text.



Explore | Edit | Run & Debug | Deploy | What's New In 4.5 | My SD Story


Copyright © 1998-2009 Late Night Software Ltd. - All Rights Reserved.