Pagerank
 
Web 5download.com

HOME |WINDOWS | DRIVERS | GAMES | MAC

 

Mac > Developer Tools

 

 

Objectscript 2.5.1

 

 

Rating: NOT RATED

 

Rated by: 0 user(s)

 

 
Download mirror

Downloads:

106

Developer:

Rob Clark

License:

Freeware

Price:

FREE 

OS:

Mac OS X 10.2 or later.

Size:

7.3 MB

Last Updated:

December 30th, 2004 08:25

Category:

Mac > Developer Tools

 

 

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 syntaxjavadoc supportclass system, with single inheritanceprivate/protected/public fields and methodsexceptionssynchronization and threadingcompiles to bytecode for higher performance

What's New in This Release:

· ObjectScript compiler: fix a bug that effects objects that implement callAsFunction, callAsConstructor, or callAsExtends.
· ObjectDevel console tab completion: now tab completion can also resolve members of a variable/pkg/etc, which makes the console's tab completion much more useful.
· ObjectDevel debugger: now uses same UI (pkg.debug.DebuggerPanel) for debug view (post mortum debug, ie. when you click on [debug] in the exception printed in the console) as it does for stepping through code. Also, both debugger views now use tab completion.
· ObjectDevel editor: cursor positions are remembered when you close the document and/or exit the application.
· Chimera file browser: now recent items list gets updated when editor or debugger opens files.
· Chimera registry: use AWT thread to dispatch events, to remove a potential source of deadlock (and/or registry timeout errors).