High-level programming language: Difference between revisions

Content deleted Content added
YurikBot (talk | contribs)
m robot Adding: he, es, ja, ru
No edit summary
Line 1:
AÓÓA '''high-level programming language''' is a programming language that is more user-friendly, to some extent platform-independent, and abstract from low-level [[central processing unit|computer processor]] operations such as memory accesses. See [[programming language]] for a detailed discussion.
 
The word "high" does not imply that the language is superior to [[low-level programming language]]s but rather refers to the higher level of abstraction from machine language. For example: the difference between the programming language [[Java programming language|Java]] and [[assembly language]] is that Java abstracts programming functionality that assembly does not, for example, strings.