Re: Questions to the Developer
Reply #62 –
@Frenzie, well, it doesn't look user friendly for those who see it for first time. ;-)
I would like to go for ECMAScript directly, defining some generic APIs that could be used in snippets.
It's more flexible and easier to do (and can be at least partially shared with extensions) while adding just slight overhead.
We can even add syntax highlighting and basic auto completion (action identifiers, methods etc.).
As part of my thesis I've made application for simulating logical circuits using similar concepts.
State changes were generating events which could be used to execute specified snippets, like updating state of outputs after input value was changed etc.