← All terms

Scripting Language

Also known as: Script Language

A programming language designed for automating tasks that could alternatively be executed one by one by a human operator. Scripting languages are typically interpreted rather than compiled and are used for writing short programs or scripts that automate repetitive tasks, extend applications, or glue together components. In the context of accessibility, scripting languages can serve as alternative interfaces for tasks that are otherwise only available through inaccessible visual interactions, such as designing GUI forms through text-based commands instead of drag-and-drop editors.

Category: Development · Programming

Related: Visual Programming · IDE · Assistive technology

Sources