Hacker News new | ask | show | jobs
by MobiusHorizons 39 days ago
Sounds very similar in its approach to magic or hiding as golang. Also the no libc approach is similar, although I believe go was forced to use libc on the BSDs and maybe osx due to the syscall interface not being a stable public interface on those targets
1 comments

Yes i believe call codes in assembly do change between some major macOS versions, but that's okay. So far I think it's only using 20 syscalls, and works from iirc v15 up (macOS). For windows we're hitting the stable layer, and I'm not interested in BSD rn - cannot even run standard chrome on bsd, iirc.