Languages
From GPWiki
(Difference between revisions)
m (added angelscript to list of scripting languages) |
|||
| Line 36: | Line 36: | ||
* [[Lua]] | * [[Lua]] | ||
* [[GameMonkey|GameMonkey Script]] | * [[GameMonkey|GameMonkey Script]] | ||
| + | * [[AngelScript]] | ||
Revision as of 12:20, 12 January 2013
Programming languages are used by programmers to make it easier for them to write code. They provide a way for programmers to give computers instructions without using machine code. See the wikipedia page on programming languages for more information.
Traditional Programming Languages
- Assembly
- BlitzBasic / BlitzMax / Blitz3D
- Basic4GL
- C / C++
- C# / XNA
- D
- DarkBASIC
- Delphi
- Delphi.NET
- Emergence BASIC
- F#
- FreeBASIC
- Java
- JustBasic
- Objective-C
- PowerBasic
- PureBasic
- QBasic
- Visual Basic
- Visual Basic.NET
Dynamic Languages
- ActionScript (Flash)
- JavaScript
- Python
- Ruby
- Squirrel
Scripting Languages
See Also
- Language Agnostic Programming Tutorials - Tutorials that should work for any language.
- Picking a Language - How to decide which language to learn.
External Links
- Categorical List of Programming Languages on Wikipedia