Journal riteshsarraf's Journal: Why is Python called a scripting language? 7
I wonder why the Python Programming Language is termed as a scripting language. The way I see is is that it too compiles the python source file into a python byte-code which is executed by the Python VM. Now Java also does the same thing.. But then why isn't Java called a scripting language?
Re:because it is an alternative to Perl? (Score:1)
Programming or scripting? (Score:2)
Re:Programming or scripting? (Score:2)
Just saying that "there are scripting languages" is not an argument. I've been using Perl for general purpose programming for years, and I (and most people that have actually used Perl) would not agree that it is "a simple, possibly specialized, language used to achieve small tasks and is undesirable to use for large tasks." Even Bash can do more than just run external programs in sequenc