Ousterhout's dichotomy
From Wikipedia, the free encyclopedia
Ousterhout's dichotomy is computer scientist John Ousterhout's categorization[1] that high-level programming languages tend to fall into two groups, each with distinct properties and uses: system programming languages and scripting languages – compare programming in the large and programming in the small.
System programming languages (or applications languages) usually have the following properties:
They are typed statically
They support creating complex dat...
Read more at en.wikipedia.org