Difference between revisions of "Medium Level Language"
From InforWiki 2014
| (2 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
'''Characteristics:''' | '''Characteristics:''' | ||
| − | -High level abstractions such as objects | + | |
| + | -High level abstractions such as objects | ||
| + | |||
-Static typing | -Static typing | ||
| + | |||
-Extremely commonplace (mid-level languages are by far the most widely used) | -Extremely commonplace (mid-level languages are by far the most widely used) | ||
| + | |||
-Virtual machines | -Virtual machines | ||
| − | + | ||
| − | + | ||
| + | E.g. c++ | ||
Latest revision as of 07:18, 15 October 2015
Medium-level language (MLL) is a computer programming language that interacts with the abstraction layer of a computer system. Medium-level language serves as the bridge between the raw hardware and programming layer of a computer system.
Medium-level language is also known as intermediate programming language and pseudo language.
Characteristics:
-High level abstractions such as objects
-Static typing
-Extremely commonplace (mid-level languages are by far the most widely used)
-Virtual machines
E.g. c++