jsolait-live
Just type in a little script and have it run with all jsolait extensions (if your browser supports it). You can create modules and classes and you can use the existing jsolait modules and classes and the functionalities they provide.
All variables declared with "var" are private to the script being executed. All variables declared without "var" will become global and will exist until you reload the page.
Modules are loaded dynamically. If your browser does not support this then you won't be able to load and use them them (only the jsolait module will be available). You can still use these modules in your own project: by referencing module scripts in your html/svg/... file they are automatically loaded and can be imported even though dynamically loading is not supported.
this version of jsolait uses a dev snapshot 2006-07-12 for importing modules use imprt('module-name'); instead of importModule(...)
type your script into this box and hit run to execute it. You can use any jsolait extensions.
Errors will be put out into the textbox below, so will
print(something)Link to your jsolait-live source:
You can use this link to load jsolait-live with your own code (displayed in the source text box).
The link is updated whenever you run the script, parse it or clear it.
