Is there some simple possibility to make crystal app scriptable? Main points:
- allow users to script the GUI application
- some sort of scriptable config files (it is often possible to use python expressions in the python app config files)
- syntax? something very simple and powerful (why not like crystal/ruby)
- ability to communicate with objects from the main crystal application
Any ideas? Thanks!