-
Notifications
You must be signed in to change notification settings - Fork 4
index
These documents will help you to get acquainted with the application and how to use it.
-
The BASIC language implemented a simple and short language definition and not a BASIC programming tutorial
-
How to install SB4J ... just put it on the classpath
-
How to configure ... no need to
-
Design considerations ... there were none (just kidding)
These documents will give you more detail into the topics, like embedding the interpreter into a host application, writing hook classes that use the service programming interface of the interpreter and so on.
-
How to extend ScriptBasic for Java with external Java Methods
-
How to embed the interpreter as s standard scripting engine This should quite standard as defined by the standard JSR223, but here it is. The extra information, which is a bit more than a standard JSR223 tutorial is how the interpreter binds the global variables to the JSR defined contexts.
-
How to embed the interpreter using the native ScriptBasic API