|
|
|
|
|
by JohnBooty
4395 days ago
|
|
I don't think that's the case. AppleScript is the equivalent of shell scripting for GUI appls. You don't write applications in AppleScript; you use AppleScript to control other applications in an automated way. You can write AppleScripts with simple dialog boxes and such, just as you can write interactive bash scripts. And while you could theoretically implement an application entirely as a shell script or batch file or AppleScript, it'd be a bit like mowing your lawn with a pair of scissors. |
|