Slide 4.h: Using PHP
Slide 5.b: System programming languages
Home

Scripting

A scripting language is commonly embedded into a host application and given certain abilities to control and specialize the behavior of said host application. Most scripting languages are typically interpreted and can be typed directly from a keyboard.
In the past, a fundamental change has been occurring in the way people write computer programs. The change is a transition from system programming languages such as C or C++ to scripting languages such as Perl or Tcl. Scripting languages are designed to automate frequently used tasks that usually involve calling or passing commands to external programs. Many complex application programs allow users to implement custom functions by providing them with built-in languages. More recently many of these applications have chosen to “build in” traditional scripting languages, such as Perl or Visual Basic, but there are quite a few “native” scripting languages still in use. Some of the scripting languages are
  • awk
  • ColdFusion
  • ECMAScript such as JavaScript
  • Game Maker Language (GML)
  • Groovy
  • Lua
  • Perl
  • PHP
  • Python
  • Ruby
  • Smalltalk
  • sed
  • Tcl
  • VBScript
  • shell command languages such as the UNIX shell