APPLE SCRIPT
Apple Script is a scripting
language created by Apple and it is
the Language of Automation. Used to script the system itself. Apple Script has some
elements of object-oriented programming, and
some Lisp-like natural language programming tendencies, but does not strictly conform to either
category.
Apple Script is Open Scripting
Architecture. There are many Apple Events sent by the Mac OS. We can Script Editors also and use this for
web services too.
When creating
or updating an application for OS X and want it to be scriptable. As a
scriptable application, users can invoke it in their AppleScript scripts and
can write scripts to perform automated testing during development. We can also
make the application accessible to Automator users, or access it through
Apple’s Scripting Bridge, or through open source bridge technologies, using
languages such as Objective-C, Ruby, and Python.
You can find HELLO WORLD Program here hello world program
Mac developer library for Apple script is libraries
The Ultimate Beginners Guide to Apple Script is mactutsplus and you can find the basics in this link and find further
tutorials in other pages.
Mac Os X is designed, from the ground up, for automation and
offers a variety of integrated tools and technologies to solve automation
technologies. You can find much more interesting here macosxautomation
25 links for best apple script examples and tutorials