Jump to content

CorbaScript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cucumberchester (talk | contribs) at 02:13, 25 July 2025 (info added). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

CorbaScript is an object-oriented scripting language designed for use with CORBA.

CorbaScript is a dynamic, interpreted scripting language. Its syntax resembles that of C++ and Java, while incorporating dynamic typing and runtime evaluation similar to Python and Smalltalk. All values in CorbaScript are treated as objects, and the source code is compiled into pseudocode executed by a Virtual Object-Oriented Machine equipped with a basic garbage collector.[1]

The CorbaScript Interpreter is written in C++ and is available on most common Unix-based operating systems and Windows.


References

  1. ^ CorbaScript Features, corbaweb.lifl.fr (archived April 22, 2005)