The Extension System
It should be possible to write an extension for Jokosher to make it do new things. Some examples are in ExtensionIdeas.
Extensions should be Python code.
There are three aspects to a extension architecture:
- ExtensionInstallation - How to install an extension
- ExtensionAPI - What the internal structure of an extension should look like
- ExtensionToJokosherAPI?- How an extension should hook into Jokosher, and what it can do when it does that]
