AppleScript
AppleScript lets you automate actions and control applications on macOS using an English-like syntax. It's the classic tool for building workflows between Mac apps, though today it coexists with Shortcuts and JavaScript for Automation.
- Creado por Apple
- Año 1993
- Paradigma: Scripting · interpreted
- Extensiones: .applescript, .scpt
Para qué se usa
- macOS automation
- App control
- Workflows
A favor
- Very readable (English-like)
- Controls Mac apps
- Built into macOS
En contra
- macOS only
- Sometimes ambiguous syntax
- Backseat today
Ecosistema
- Script Editor
- Automator
- JXA
- macOS
Ejemplo
display dialog "¡Hola, mundo!"