Well the problem with AngelScript is I can't find any tutorial that explains things for a newcomer to programming, so I can't even get started. For example:
void main()
{
print("Hello world\n");
}
From the "Your first script" tutorial. Okay, so what does void mean in this language? What does main mean? It doesn't explain any of this, it essentially just says "Type this collection of characters and this happens." Doesn't explain what any of the terms mean. For example, I tried looking up the term "void". Couldn't find anything. I need to know what these terms mean and what they do so that I can use them later when I'm trying to create or edit scripts. Just telling me what to type in if I want to print a message only helps me if I want to print a message, not if I want to use any of the terms used in it for other purposes. Am I missing something?