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.
Asked
Active
Viewed 252 times
0
-
I changed my question. It is no longer a duplicate. I apologize for the initial duplicate. – namarino41 Nov 12 '16 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/dont-ask]. – Martijn Pieters Nov 13 '16 at 07:53
1 Answers
1
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

Community
- 1
- 1

Mohammad Sadiqur Rahman
- 5,379
- 7
- 31
- 45