Home > Computers > Programming > Languages > Object-Oriented > Pure
In Pure object-oriented (OO) languages, everything in the system is, consistently, an object, without exception: every class, instance, method, character, punctuation mark, etc. Consistency makes much programming easier to learn and do, faster, and more productive. In non-pure OO languages (C++, Java, etc.), some things are, inconsistently, not objects: classes, primitives (characters, punctuation), etc. Inconsistency makes much programming harder to learn and do, slower, and less productive. On this page, languages are arranged in two groups and levels: 1) Top group: types or classes of language. 2) Bottom group: specific languages.
http://www.navgen.com/
High-level, general purpose, pure object-oriented language; platform independent, strong-typed, garbage collected, very small Run-Time Environment (RTE) runs programs directly from source code, live code can be distributed-shared across networks as easily as HTML.
Home > Computers > Programming > Languages > Object-Oriented > Pure
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us