Skip to content

Comment on The macOS editor Chime now supports Rubyparent

Comments

When an app explicitly brands itself as a Mac app, they usually mean that it's a Cocoa app. If you really live on the Mac, the difference is palpable in most cases.

Many of Apple's own apps are no longer Cocoa, and IMO that really speaks to how much they care about the platform, even in the age of Apple Silicon.

Can you remind me what's the difference? I thought Cocoa was older and Swift is the future, so wouldn't Swift be the most performant and beautiful choice?

Cocoa is the user interface toolkit used by macOS and iOS applications alike (though on iOS it's called Cocoa Touch). Swift is a programming languages that's often used to write Cocoa applications, usually through the AppKit, UIKit, or SwiftUI frameworks.

I'll add that I think GP is confusing Cocoa with Objective-C. Swift does replace Objective-C.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.