Re: Paradigms was [GD-General] Compile times/scripting/oop
Brought to you by:
vexxed72
|
From: <cas...@ya...> - 2002-12-11 00:01:25
|
Brian Hook wrote: > system, e.g. Obj-C vs. C++ (actually, not entirely fair -- Obj-C > encourages static type checking but doesn't require it, another reason > why it's The Greatest LANGWIJ EVAR!). I've recently learned Obj-C, and completely agree with you, it's a great language. So, why don't use it as primary language? You can still do all the low level code in C and in the game code the small overhead of the messaging is acceptable. GCC is an obj-c compiler, and it's also available on mingw for win32. The obj-c compiler is almost a preprocessor, obj-c code is internally translated to pure C, so the code generation should be as good as in C. Are there any games written in Obj-C? Ignacio Castaño cas...@ya... ___________________________________________________ Yahoo! Sorteos Consulta si tu número ha sido premiado en Yahoo! Sorteos http://loteria.yahoo.es |