Hacker News new | ask | show | jobs
by flohofwoe 1851 days ago
AFAIK all language bindings for the macOS system APIs go through the ObjC runtime library and call objc_msgSend() to invoke object or class methods (not sure about Swift though).