Hypersoft JSE Redstone v0.2.670
This build has been outdated by v0.2.702
Various changes have been made to the global environment.
echo()
has been made a global command function, as its use has proved to be highly ubiquitous in various examples.
js.native
has been relocated to native
native.setPrivate()
has been added; Get/Set private functions only work with native container objects.
Various unused software components have been removed. Among those are:
- Tokenizer Example
- iStackMachine
A new type system has been developed. It appears we have developed a weak (but sufficient) attempt at native type prototyping. The new type system provides more script friendly means to accomplish native type tasks.
The examples have been re-organized and a README.md has been added. The examples in the wiki have also been updated to reflect changes.
See also: How to build JSE