Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
williamcotton
on April 19, 2024
|
parent
|
context
|
favorite
| on:
C-Macs ā a pure C macOS application
It has to hand over the reigns to the Objective-C runtime to allow for all the messages being passed between objects.
Iām not sure you want to spend your time rewriting what NSApp is doing!
saagarjha
on April 19, 2024
[ā]
The runtime knows how to do that already. -[NSApplication run] sets up the runloop to drain events among other things.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Iām not sure you want to spend your time rewriting what NSApp is doing!