Original Post
Hi guys,
I'm looking for suggestions on future AngelScript features. I've already received a lot of suggestions that I'll be listing here soon, but I want to hear more. You may also vote for a suggestion given by others, this will help me determine which features to implement first.
Post everything you can think of, even if it has been mentioned in other places before. I'll be building a list and organize them by priority in this very post.
Regards,
Andreas
Here is a list of suggested features (in no particular order):
- Direct execution of script strings without compilation (ExecuteString()), useful for consoles
- Better control over how much is executed in ExecuteStep(), e.g. step into, step over, and step out of
- Modular compilation and recompilation of individual modules
- Saving and loading compiled byte code
- Support for classes with inheritance in script
- Function overloading of script functions
- Support for arrays
- Switch statement
- Namespaces
- Saving/loading context states complete with stack content
- Better support for coroutines