I had a similar discussion with
GLOOM once.
(It was : why do people call perl a 'script' language ? and it then leads to what is the difference between a 'script language' and a 'language' ?)
Some people think that the difference is the interpreted way is specific to script language : TCL,VB...
But they will not consider JAVA as a script language however (algthough it's an interpreted language)
You can't distinguish them in term of feature, for all scripts languages often have plenty of predefined functions to do high-level operation
It seems that the more common point of view is that if you usually use a language to code big application it's a 'language' but if you usually use it to do short prog it's a 'script language'.
(It seems to be your point of view as you usually use function as soon as the code isn't very small; But be aware that some people use functions even in small script(I do)...)
I think that the difference between script and program are an obsolete thing which came from old age when a script was a custom made with very poor/limited language by opposition to a program which was a lengthy piece of code made in a REAL labguage (COBOL, FORTH...)
IMHO, nowadays the language are so powerful you could produce lengthy and efficient code with almost all (so called) scripts languages...
A script is only often just a program that someone find small.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.