Menu

Dustyscript 1.0, Release Candidate B

OK...there have been many small fixes...and some tweaks here and there... There is still documentation to be updated...

The latest "testapplet.html" reflects the newest jarred version of this release, for online demo...

The "dusty_hash.txt" work has been completely redone..so that the thing "HashMap" is as well integrated into the guts of the interpreter while still being a "JavaConnector"...

There have also been fixes relating to precedence when searching for actions involving specific-to-general... an action that takes a 'thing' will be called AFTER an action that takes a specific 'thing-type'... given that the passed argument is of the specific thing-type..

Also.. it will allow an action that takes a decimal to be called with an integer if no integer version exists... (implicit 'casting')...

JavaConnector's now have a .runProcessor(String source) method that can be used to call a StatementProcessor from within your Dustyable...

There is a new interface, dscript.connect.Dustializable, which allows you to implement it instead of extending Dustyable...

There is a setDustyable method that allows you to have reference to the Dustyable that wraps your Dustializable... thus letting you do:

mydustyable.getJavaConnector().runProcessor("say \"Hello\";");

~David

Posted by David Scott Williams 2003-06-27

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.