Tag: beta

BETA is a pure object-oriented language originating within the “Scandinavian School” in object-orientation where the first object-oriented language Simula was developed.
From a technical perspective, BETA provides several unique features. Classes and Procedures are unified to one concept, a Pattern. Also, classes are defined as properties/attributes of objects. This means that a class cannot be instantiated without an explicit object context. A consequence of this is that BETA supports nested classes. Classes can be virtually defined, much like virtual methods can be in most object-oriented programming languages. Virtual entities (such as methods and classes) are never overwritten; instead they are redefined or specialized.
BETA supports the object-oriented perspective on programming and has comprehensive facilities for procedural and functional programming. It has powerful abstraction mechanisms to support identification of objects, classification and composition. BETA is a strongly…

What? Joost version of Linux?

Referring to Joost forum regarding implementation Joost to Linux is a good idea. Since Linux user is increased day by…