AppleScript: Difference between revisions

From Rosetta Code
Content added Content deleted
(brief description of AppleScript)
 
No edit summary
Line 1: Line 1:
This is a scripting language created by Apple, Inc. (no affiliation) It provides a Mac user the ability to easily transfer data between applications and process the data to their needs. This language is written in a more human readable form than most others and therefore offers an easier learning curve. (This is my opinion and only my opinion.) AppleScript is a trademark of Apple, Inc.
This is a scripting language created by Apple, Inc. (no affiliation) It provides a Mac user the ability to easily transfer data between applications and process the data to their needs. This language is written in a more human readable form than most others and therefore offers an easier learning curve. (This is my opinion and only my opinion.) AppleScript is a trademark of Apple, Inc.

{{Programming Language}}

Revision as of 03:33, 24 January 2007

This is a scripting language created by Apple, Inc. (no affiliation) It provides a Mac user the ability to easily transfer data between applications and process the data to their needs. This language is written in a more human readable form than most others and therefore offers an easier learning curve. (This is my opinion and only my opinion.) AppleScript is a trademark of Apple, Inc.

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.