swarm-modeling
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Modelling] SWARM on Clusters


From: Marcus G. Daniels
Subject: Re: [Swarm-Modelling] SWARM on Clusters
Date: Thu, 04 Mar 2004 17:11:41 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.4) Gecko/20030819

Russell Standish wrote:

I would be very surprised if this were true. Objective C and C++ have
completely different underlying runtime paradigms. One could fairly
say that they're orthogonal to each other.
Yes, they are orthogonal, that's why a compiler and runtime can handle them together. From the user's point of view, Objective C just C with independent syntax from C++ for objects, methods and interfaces. And C++ is mostly a superset of C. From the operating system's point of view, Objective C reduces down to a C ABI, and it puts most of what it does in the runtime. C++ extends the C ABI. Again no conflict..



reply via email to

[Prev in Thread] Current Thread [Next in Thread]