> You're kidding right? WoW is written in C++ (Objective C for Mac which > is C++). Lua (another scripting language) is embedded and is used for > moding by Blizzard and the community. Games have to be fast and work > closely with hardware (like graphic cards). They are witten in the > lowest language you can hire. Right now, that's c/c++. Actually, for the record, any language that is actually compiled would qualify. That would include Delphi / Pascal. It would sort of include visual basic since, as I understand it, VB code is translated into C/C++ and then compiled. -- Posted via http://www.ruby-forum.com/.