Alternative Paradigms 6
Alternative Paradigms 6
Scripting Languages
What is a Scripting Language?
A script or scripting language is a computer language that does not
need the compilation step and is rather interpreted one by one at
runtime.
• Scripts are often utilized to create dynamic web applications
nowadays because they are linked to web development.
Interpreted
Scripts are usually interpreted directly from source code or bytecode,
rather than being compiled.
Short and simple
Scripts are typically relatively short and simple, but there is no limit on
their size or complexity.
Automates tasks
Scripts automate tasks that would otherwise be performed manually by
a person.
Limited language
Scripting languages generally have limited capabilities compared to
general-purpose languages.
Dynamic typing
The type of a variable can change at runtime, making it easier to write
flexible code.
Case-sensitive
Some languages, like JavaScript, are case-sensitive, meaning that
identifiers must be typed with consistent capitalization of letters.
Server-side or client-side
Server-side scripts run on the web server before a webpage loads,
while client-side scripts are processed on the client side.
Starts at the top
Scripts typically start executing at the first line of code.
There are multiple scripting languages available some are as follows:
Ls *.pdf