Scripting

PowSyBl offers two different scripts’ languages. Depending on your profile, you may be interested in python scripting or groovy scripting.

Python scripting

PyPowSyBl project allow Python developer to call PowSyBl features written in Java within Python scripts. Python and Java are interfaced at the native level in both virtual machines. This shared memory based approach achieves decent computing performance, while providing the access to the entirety of CPython and Java libraries.

Learn more >

Groovy scripting

Apache Groovy is an object-oriented programming language for the Java platform. Within groovy scripts, you have access to all features of the framework without any payload.

Learn more >