Hi!
I've been doing Linux-related development for the past couple of years and recently bought myself my first ever Mac (amd64 one, for now). So hooray for me I guess. :) I've been searching things like general overview of the system architecture, how's networking is different from, let's say, Linux, and stuff like that, but it seems like there is no comprehensive explanations of how OS is structured, what APIs are for what and stuff like that.
So I have 2 questions:
- Is there any good 'getting started' paper/devdoc/something else that could give me a bit head start with macOS (doesn't matter the language, to be honest - C/++/Python/Rust would be fine)?
- Coming from background where I was using Rust (not the game - the programming language) heavily - anyone done any significant work with GUI apps for macOS using Rust? There are some crates like cacao that I've tested for a bit, but I'm more interested in anything that was actually put into production code.
Appreciate any advices! Thanks!