Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Objective-C 2.0 Compiler availability?

3 views
Skip to first unread message

Marco

unread,
Nov 28, 2009, 10:37:08 AM11/28/09
to
Objective-C 2.0 Compiler availability

Any compiler besides Apple that implements:

The Objective-C 2.0 Programming Language (not necessarily all the run-
time libraries) as described here:

http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html

====================
Any other targets besides MacOS?

Alexander Stavonin

unread,
Dec 14, 2009, 2:54:06 AM12/14/09
to
> Objective-C 2.0 Compiler availability
> Any other targets besides MacOS?

As I know, GCC has Objective-C 2.0 implementation. Standard libraries,
like Foundation, are available as GNUStep package.

Hamiral

unread,
Dec 14, 2009, 12:52:20 PM12/14/09
to

GCC doesn't support all objective-c 2.0 features, such as @property for
example...

Ham

M Driftmeyer

unread,
Jan 26, 2010, 10:32:27 AM1/26/10
to
On Nov 28 2009, 7:37 am, Marco <prenom_no...@yahoo.com> wrote:
> Objective-C 2.0 Compiler availability
>
> Any compiler besides Apple that implements:
>
> The Objective-C 2.0 Programming Language (not necessarily all the run-
> time libraries) as described here:
>
> http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual...

>
> ====================
> Any other targets besides MacOS?

GCC has ObjC 2.0 as well as LLVM.

Slava Ivanov

unread,
Jan 27, 2010, 5:09:10 PM1/27/10
to

As I know Apple have own patches for GCC. Regular GCC do not support
all ObjectiveC 2.0 features.
I think better take a look to clang (as part llvm) project.

0 new messages