> On 15 Oct 2019, at 18:27, Turtle Creek Software via Cocoa-dev
> wrote:
>
> MVC is an excellent design paradigm. The M and V layers were no problem at
> all to set up. The C started out easy, but ended up being a big problem.
> Quite a bit of the business logic is not just data, but fancy stuf
Maybe it’s also worth noting that WebKit (the browser engine used by Safari) is
written in C++
Safari’s UI is probably written in Obj-C(++) or a mixture of Obj-C(++) and
Swift.
Jeremy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do
> On 4 Oct 2019, at 11:43, Dragan Milić via Cocoa-dev
> wrote:
>
>> pet 04.10. 2019., at 11.51, Jeremy Hughes via Cocoa-dev wrote:
>>
>> It wasn’t clear to us (outside Apple) that Carbon was a temporary API until
>> 2007, when Apple suddenly abandoned 64-bit C
Hi Jens,
> On 3 Oct 2019, at 20:04, Jens Alfke via Cocoa-dev
> wrote:
>
> The people I hear complaining about this are those who, like you, didn't move
> to Cocoa. Carbon was a _temporary_ transition API*.
It wasn’t clear to us (outside Apple) that Carbon was a temporary API until
2007, whe