Re: User Customization? (Delphi.. or other)
All of your examples appear to involve an interpreted language being created. The complexity of the language and presentation varies depending on the topic, but you basically need to understand compiler theory to be able to compile/interpret the code you are allowing the user to create. The trick is making the "coding" elegant enough that the user doesn't realize he/she is programming.
|