Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zml2008/spongescript
A plugin that takes advantage of JSR-223 scripting API (Nashorn, Groovy, etc) to allow writing simple plugins in a scripting language.
https://github.com/zml2008/spongescript
Last synced: 3 days ago
JSON representation
A plugin that takes advantage of JSR-223 scripting API (Nashorn, Groovy, etc) to allow writing simple plugins in a scripting language.
- Host: GitHub
- URL: https://github.com/zml2008/spongescript
- Owner: zml2008
- Created: 2015-08-15T05:55:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T20:01:19.000Z (about 9 years ago)
- Last Synced: 2024-11-01T20:26:28.406Z (about 2 months ago)
- Language: Java
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpongeScript
# Loading phases
### Parallel
1. Discovery: The specified paths are used to match scripts
2. Loading: Each of these scripts is matched against a language. This language implementation is used to create a CompiledScript.
### Sequential
3. Execution: each of the scripts is enabled as necessary. dependencies between scripts are calculated using the require function.# Script Discovery
The discovery uses
# Inclusion of other scripts