Hacker News new | ask | show | jobs
by saagarjha 1870 days ago
Ha, just making sure :P I do have one suggestion, though: try WSL, because it will give you access to Linux, where you can actually write programs entirely in assembly because the system call API is stable. The ABI matches with macOS's too, which is another plus.
1 comments

I already have WSL installed, so maybe I will give this a try if I get time.

> Linux, where you can actually write programs entirely in assembly because the system call API is stable

I didn’t know this — is it not stable on Windows?