I want to create an educational tool that will be used at Code Club for teens.
My ultimate goal is to create a rule-based, non-graphical DSL (and companion IDE) that will make it easier to create bots for an online game.
For now, I just want to mock up the IDE using the installed language. I thought about Prolog as I am familiar with it and it is rule based, but I was not too fussed.
Where I am:
What I need to know:
- How to run a script that was entered in a text box at runtime?
If that matters, I usually use C # in Visual Studio.
source
share