Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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