Download List

專案描述

ObjectScript is a general purpose object-oriented programming language. It is designed to be simple to learn, easy to use, and powerful, combining the convenience of an interactive interpreter with many of the features of Java: a simple Java-like syntax, javadoc support, a class system (single inheritance), private vs. public fields and methods, exceptions, synchronization and threading, regular expressions, etc. Since it can be interactively interpreted, ObjectScript can be used to debug or learn Java systems. And since it supports extending Java classes and interfaces, it can add sophisticated scripting to an existing Java application.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-14 08:40
2.8.1

Bugfixes were made. Xcode syntax coloring support
was added.
標籤: Stable

2005-06-06 18:19
2.8

Function call optimizations were made. The
following array methods were added: arr.some(fxn),
arr.every(fxn), arr.map(fxn), arr.filter(fxn), and
arr.forEach(fxn). In the file chooser/file
browser, the file system is now accessed from the
worker thread rather than the GUI thread, so
browsing a slow network drive will not make the
GUI unresponsive.
標籤: Stable

2005-02-21 13:26
2.6

This release features a context-sensitive popup menu in the
editor/file-browser. The compiler now generates a single
.class per .os file, rather than one per function (faster
startup, reduced .cache size). The file chooser/browser no
longer collapses when a file is added or removed in the
parent directory. The "in-front" view is now preserved within
a dock. There were also many bugfixes.
標籤: Stable

2004-12-16 02:32
2.5.1

Better tab completion in the console window, debugger UI improvements, various performance improvements, user's guide improvements, better checking for script code using/returning uninitialized variables, bugfixes, and more.
標籤: Stable

2004-04-15 22:34
2.2

This release has new array methods (push, pop, sort, slice, splice, etc.), a new '{} shorthand for anon functions, script console history improvements (navigation, and history is persistent), some tab completion, and much more.
標籤: Stable

Project Resources