Re: Question
Re: Question
- Subject: Re: Question
- From: Marcel Weiher <email@hidden>
- Date: Tue, 4 Dec 2001 09:30:01 +0100
On Dienstag, Dezember 4, 2001, at 03:37 Uhr, Eduardo I. Jiminez wrote:
Another reason NOT to use ObjC its because it is not portable. I will
not be able to use that code in the future to port the application to
another system, like Solaris, Linux, Windows or whatever. But if my
basic framework is in C++, I can use it anywhere.
This is a common misconception. Objective-C is highly portable. It is
part of gcc and therefore runs on just about any platform that gcc
runs. Furthermore, there are alternative compilers that spit out plain
C code which can be compiled with any other C compiler.
As to libraries, two open-source implementations of the Foundation
exist, libFoundation and gstep-base. Both are also highly portable.
They can be, have been and are being used to produce commercial-grade
software systems.
Marcel
--
Marcel Weiher Metaobject Software Technologies
email@hidden www.metaobject.com
Metaprogramming for the Graphic Arts. HOM, IDEAs, MetaAd etc.
References: | |
| >Re: Question (From: "Eduardo I. Jiménez" <email@hidden>) |