0

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.

2
  • I changed my question. It is no longer a duplicate. I apologize for the initial duplicate. Commented Nov 12, 2016 at 16:50
  • 2
    This 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. Commented Nov 13, 2016 at 7:53

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.