Hi,
One of my projects requires that users are able to create and run scripts at runtime. I'd like to implement a fully functional script language if possible, and this doesn't seem like a trivial thing to do. The goal is to allow users to control various parts of my program using this scripting language.
The problem I'm having with this is that I have no idea of where to start. Does anyone have any ideas of how to do this, or know of an interpreter I could use?
Thanks in advance,
~TehV