Browse Definitions :
Definition

scripting language

A scripting language is a programming language that employs a high-level construct to interpret and execute one command at a time. In general, scripting languages are easier to learn and faster to code in than more structured and compiled languages such as C and C++.

Compiled languages are converted permanently into executable files before they are run. In contrast, scripting languages are typically converted into machine code on the fly during runtime by a program called an interpreter. Although this approach can cause performance problems because the instructions are not handled solely by the processor, it does make it easier for scripts to work with programs written in other languages.

 

Over time, as just-in-time compilation has improved performance and intepreted programming languages like Perl, Python and Ruby have evolved, the lines have begun to blur about what should, and what should not, be classified as a scripting language. Today, it is generally agreed that the classification should not be determined by the language itself, but rather by how the language is being used.

 

When a scripting language is used to connect disparate system components, it may also be referred to as a glue language.  In addition to being interpreted, such scripting languages are also typeless, allowing a variable to hold any type of data without having to explicitly declare its type. Usually, glue languages also provide native support for specific aggregate data types such as arrays and automate garbage collection to reclaim abandoned storage and prevent memory leaks.

 

Scripting languages like JavaScript are often used to facilitate enhanced features of websites. These features are processed on the server, but the script on a specific page runs on the user's browser. Many Web sites require that the user's browser be set to run scripts to take advantage of all the features of the site. In some cases, a Web site may be practically useless unless the user's computer is set to run programs locally in a scripting language.

Scripting languages defined elsewhere on WhatIs.com include:

AppleScript - AppleScript programs (applets) perform like bots: once they are written, they can autonomously process and manage multimedia data, including digital video, text and Web-based material.

bash - the free version of the Bourne shell distributed with Linux and GNU operating systems.

Bourne shell - the original UNIX shell. Also known by its program name, sh.

C shell - invented for programmers who prefer a syntax similar to that of the C programming language.

JavaScript - script language developed by Netscape. It is somewhat similar in capability to Microsoft's Visual Basic, Sun's Tcl, the UNIX-derived Perl, and IBM's REXX.

Korn shell - incorporatins all the features of C shell (csh) and Tab C-shell  (tcsh) with the script language features similar to that of the Bourne shell

LotusScript - can be coded within the Lotus Domino Designer development environment.

Perl - a script programming language that is similar in syntax to the C language; can optionally be compiled just before execution into either C code or cross-platform bytecode.

PHP - a script language and interpreter that is freely available and used primarily on Linux Web servers.

PowerShell - designed to automate system tasks, such as batch processing, and create systems management tools for commonly implemented processes; includes more than 130 standard command line tools for functions that formerly required users to create scripts in VB, VBScript or C#.

Python - often used to provide scripting capability to existing applications; is simple enough for user-level scripting with a minimum of training.

Ruby - according to proponents, Ruby's simple syntax (partially inspired by Ada and Eiffel), makes it readable by anyone who is familiar with any modern programming language.

This was last updated in May 2016

Continue Reading About scripting language

Networking
  • Telnet

    Telnet is a network protocol used to virtually access a computer and provide a two-way, collaborative and text-based ...

  • Address Resolution Protocol (ARP)

    Address Resolution Protocol (ARP) is a protocol that maps dynamic IP addresses to permanent physical machine addresses in a local...

  • single-user multiple input, multiple output (SU-MIMO)

    Single-user multiple input, multiple output (SU-MIMO) is a multitransmitter and receiver technology that lets a wireless access ...

Security
  • Mitre ATT&CK framework

    The Mitre ATT&CK (pronounced miter attack) framework is a free, globally accessible knowledge base that describes the latest ...

  • timing attack

    A timing attack is a type of side-channel attack that exploits the amount of time a computer process runs to gain knowledge about...

  • privileged identity management (PIM)

    Privileged identity management (PIM) is the monitoring and protection of superuser accounts that hold expanded access to an ...

CIO
HRSoftware
  • employee resource group (ERG)

    An employee resource group is a workplace club or more formally realized affinity group organized around a shared interest or ...

  • employee training and development

    Employee training and development is a set of activities and programs designed to enhance the knowledge, skills and abilities of ...

  • employee sentiment analysis

    Employee sentiment analysis is the use of natural language processing and other AI techniques to automatically analyze employee ...

Customer Experience
  • customer profiling

    Customer profiling is the detailed and systematic process of constructing a clear portrait of a company's ideal customer by ...

  • customer insight (consumer insight)

    Customer insight, also known as consumer insight, is the understanding and interpretation of customer data, behaviors and ...

  • buyer persona

    A buyer persona is a composite representation of a specific type of customer in a market segment.

Close