Scripting languages
Scripting languages:
- Which automate tasks
- Usually interpreter is needed.
- Created with using basic primitives(meaning given below).
- Rather than their use for creating applications, they are used to control the applications. They can be in different language than language of source code of application.
- Eg. Shell Scripting languages manipulate with the files,directories which were not created using scripts, so they are actually beyond the domain of scripts. Basically they just automate stuff.
Difference between interpreter and compiler:
What are primitives in computing? The basic sub-elements upon which so-called developers develop a complex code.
In this post I will try to explain as many scripting languages as I learn.
In this post I will try to explain as many scripting languages as I learn.
For now, following are the scripting languages I have learnt:
1. TCLSH
I will try to add more to the list as I learn.
Comments
Post a Comment