Cosmos
COOL. Fourth Generation Object Oriented Language
COOL. Fourth Generation Object Oriented Language
COOL is the programming language at the heart of Cosmos. Cosmos’ automatic code generators produce COOL.
COOL includes a set of predefined classes that provide the programmer with the necessary tools to define any program.
COOL provides a complete set of specially predefined classes that make it easy to program applications, being able to write in a single line what with other languages could involve hundreds of them.
The predefined classes in COOL solve by themselves many of the most frequent problems of programmers: Form, Page, Menu, Stream, Sqlstatement, Sqlcursor, among others.COOL programming follows the sequence “object.method.parameters”. Thus, in a simple way, the required functionalities are associated to the different objects of the application.
COOL incorporates all the power of SQL embedded in its syntax as well as providing an effective interface to access operating system functions.