| About
            AppleScript is a scripting language created by Apple. It allows users to directly control scriptable Macintosh applications, as well as parts of macOS itself. You can create scripts, and sets of written instructions, to automate repetitive tasks, combine features from multiple scriptable applications, and create complex workflows. AppleScript 2.0 can use scripts developed for any version of AppleScript from 1.1 through 1.10.7, any scripting addition created for AppleScript 1.5 or later for macOS, and any scriptable application for Mac OS v7.1 or later. A scriptable application is one that can be controlled by a script. For AppleScript, that means being responsive to inter-application messages, called Apple events, sent when a script command targets the application. AppleScript itself provides a very small number of commands, but it provides a framework into which you can plug many task-specific commands, those provided by scriptable applications and scriptable parts of macOS.
             | About
            With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go. With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs. With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications. With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. Everything there is to know about Go. Get started on a new project or brush up for your existing Go code. An interactive introduction to Go in three sections. Each section concludes with a few exercises so you can practice what you've learned. The Playground allows anyone with a web browser to write Go code that we immediately compile, link, and run on our servers.
             | About
            MoonScript is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features. MoonScript can either be compiled into Lua and run at a later time, or it can be dynamically compiled and run using the moonloader. Because it compiles right into Lua code, it is completely compatible with alternative Lua implementations like LuaJIT, and it is also compatible with all existing Lua code and libraries. The command line tools also let you run MoonScript directly from the command line, like any first-class scripting language. MoonScript provides a clean syntax using significant whitespace that avoids all the keyword noise typically seen in a Lua script. It also adds table comprehensions, implicit return on functions, classes, inheritance, scope management statements import & export, and a convenient object creation statement called with.
             | About
            ZenScript originated from MineTweaker where a simple programming language is needed to allow users without programming knowledge to be able to execute simple commands by following the tutorials for it. Originally MineTweaker had a simple one-line-at-a-time parsed scripting system, but it quickly became clear that it wasn't flexible enough, so a simple parsed language was created. This parsed language worked quite well but was very inefficient as each value was wrapped into its own object. ZenScript allows mixed typed and typeless behavior. You don't need to define types anywhere, the compile will infer them where possible and exhibit typeless behavior when the type is effectively unknown. In nearly all the cases, the type is perfectly known and execution runs at native Java speed. Since there are types, they can be documented and enforced.
             | |||
| Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | |||
| Audience
        Mac users in need of a tool to write scripts and automate repetitive tasks
         | Audience
        Programming Language solution for developers
         | Audience
        Developers that want a programmer friendly language that compiles to Lua
         | Audience
        Any user interested in a scripting system that can be used  without any programming knowledge
         | |||
| Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | |||
| API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | |||
| Screenshots and Videos | Screenshots and Videos | Screenshots and Videos | Screenshots and Videos | |||
| Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        No information available.
        
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | |||
| 
Reviews/ | 
Reviews/ | 
Reviews/ | 
Reviews/ | |||
| Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | |||
| Company InformationApple  Founded: 1976 United States developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html | Company InformationGolang Founded: 2009 go.dev/ | Company InformationMoonScript moonscript.org | Company InformationCraftTweaker github.com/CraftTweaker/ZenScript | |||
| Alternatives | Alternatives | Alternatives | Alternatives | |||
|  | ||||||
|  |  | |||||
|  | ||||||
|  |  | |||||
| Categories | Categories | Categories | Categories | |||
| Integrations
            
                
    CodePal
            
            
         
            
                
    Best Captcha Solver
            
            
         
            
                
    Brokk
            
            
         
            
                
    C
            
            
         
            
                
    Cline
            
            
         
            
                
    CodeArts
            
            
         
            
                
    DeepSeek Coder
            
            
         
            
                
    GitHub Copilot
            
            
         
            
                
    Grok Code Fast 1
            
            
         
            
                
    JSON Editor
            
            
         | Integrations
            
                
    CodePal
            
            
         
            
                
    Best Captcha Solver
            
            
         
            
                
    Brokk
            
            
         
            
                
    C
            
            
         
            
                
    Cline
            
            
         
            
                
    CodeArts
            
            
         
            
                
    DeepSeek Coder
            
            
         
            
                
    GitHub Copilot
            
            
         
            
                
    Grok Code Fast 1
            
            
         
            
                
    JSON Editor
            
            
         | Integrations
            
                
    CodePal
            
            
         
            
                
    Best Captcha Solver
            
            
         
            
                
    Brokk
            
            
         
            
                
    C
            
            
         
            
                
    Cline
            
            
         
            
                
    CodeArts
            
            
         
            
                
    DeepSeek Coder
            
            
         
            
                
    GitHub Copilot
            
            
         
            
                
    Grok Code Fast 1
            
            
         
            
                
    JSON Editor
            
            
         | Integrations
            
                
    CodePal
            
            
         
            
                
    Best Captcha Solver
            
            
         
            
                
    Brokk
            
            
         
            
                
    C
            
            
         
            
                
    Cline
            
            
         
            
                
    CodeArts
            
            
         
            
                
    DeepSeek Coder
            
            
         
            
                
    GitHub Copilot
            
            
         
            
                
    Grok Code Fast 1
            
            
         
            
                
    JSON Editor
            
            
         | |||
|  |  |  |  | 
