I was doing some research on scripts and learning about bash scripts. I recently found out that you can also write scripts in other languages like python. I'm curious what the advantages and disadvantages are of writing scripts in the native OS language (I guess that's what you'd call it) and another scripting language like python.
-
I changed my question. It is no longer a duplicate. I apologize for the initial duplicate.namarino41– namarino412016-11-12 16:50:35 +00:00Commented Nov 12, 2016 at 16:50
-
2This is both too broad and opinion based. There are many differences and what is considered an advantage is a disadvantage to someone else, and vice versa. Please do study our help center.Martijn Pieters– Martijn Pieters2016-11-13 07:53:09 +00:00Commented Nov 13, 2016 at 7:53
Add a comment
|
1 Answer
A script or scripting language is a computer language with a series of commands within a file that is capable of being executed without being compiled. Good examples of server side scripting languages include Perl, PHP, and Python. The best example of a client side scripting language is JavaScript.
From http://www.computerhope.com/jargon/s/script.htm
You can read:
Scripting Language vs Programming Language
http://searchenterpriselinux.techtarget.com/definition/script