Objectscript 2.3.2 Description:
ObjectScript is a general purpose object-oriented programming language. It is designed to be simple to learn, easy to use, yet still powerful, combining the convenience of an interactive interpreter with many of the features of Java: - a simple java-like syntax - javadoc support - class system, with single inheritance - private/protected/public fields and methods - exceptions - synchronization and threading - compiles to bytecode for higher performance
