A new script engine for EASE

EASE allows to add your own script engine to the framework. This could be a full featured script interpreter, your own DSL or a shell for your favorite tool, like git. The tutorials listed below describe how to implement support for a given script interpreter.

  1. Playing with BeanShell
  2. Shell and script integration
  3. Loading native classes
  4. Provide modules support
  5. Support script keywords

No comments:

Post a Comment