AngelScript
Sign in to saveAngelScript is an open-source game-oriented compiled scripting language developed by Andreas Jönsson at AngelCode.
~2 min read
Encyclopedic overview
2 sectionsContents
- References
- External links
AngelScript is an open-source game-oriented compiled scripting language developed by Andreas Jönsson at AngelCode.
AngelScript features static typing, object handles (similar to C++ pointers but garbage collected via reference counting), object-orientation, single inheritance, multiple inheritance with interfaces. It allows operators to be registered and overloaded. AngelScript can be used with any C++ IDE, such as NetBeans, Geany, and Eclipse.
Excerpted from Wikipedia’s “AngelScript” article, available under the CC BY-SA 4.0 licence.