Tuesday, December 24, 2013

Scripting Language

A language written in terms of script???
what does it mean??


This is an interpreting language rather than compiling, which executes the code line by line.
Sometimes it is termed as very high level programming language, because each time we are working on high level of abstraction.

These are generally domain specific language.

UNIX Philosophy

The term given by Ken Thompson , became popular to promote a common user to develop the program on its-own.The Unix philosophy emphasizes building short, simple, clear, modular, and extendable code that can be easily maintained and repurposed by developers other than its creators.

Unix is simple. It just takes a genius to understand its simplicity." –
Dennis Ritchie