AngelScript
From Seo Wiki - Search Engine Optimization and Programming Languages
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (February 2009) |
| Usual file extensions | .as |
|---|---|
| Stable release | 2.18.1 (January 17th, 2010) |
| Website | AngelScript |
The AngelCode Scripting Library, also known as AngelScript, is a scripting library designed to interface easily with C and C++ modules on multiple platforms.
[edit] Supported platforms
AngelScript supports native function calling conventions on the following platforms:
| Platform | Compiler | Architecture |
|---|---|---|
| Win32 | Visual C++, MinGW | x86 |
| Linux | GNUC | x86 |
| Mac OS X | GNUC | x86, PowerPC |
| Dreamcast | GNUC | SH-4 |
| PlayStation Portable | GNUC | MIPS |
| PlayStation 2 | GNUC | MIPS |
| PlayStation 3 | GNUC | PowerPC/64 |
| Xbox | Visual C++ | x86 |
| Xbox 360 | Visual C++ | PowerPC/64 |
[edit] Other tested systems
- Platforms
- Compilers
- Architectures
| File:HelloWorld.svg | This programming language-related article is a stub. You can help Wikipedia by expanding it. |