Earlier quoted context omitted.
its certainly superior to previous windows but its ultimately a hosted vm in windows. OSX is a native unix. Yes there are limitations such as needing a vm to run docker but the core system is posix and the filesystems are all laid out in in teh unix way. on of this damn C/D drive nonsense.
It feels a lot more like a dual os system than just running a vm inside of windows. The integration between the two is pretty seamless and powerful. e.g. this is in my wsl .bashrc file, it writes to my windows clipboard by running the powershell.exe windows executeable: function cb () { powershell.exe -command "\$input | set-clipboard" } Mac is unix sure, but they have diverged from the popular main stream linux dist…
macOS is more consistent with the BSDs than Linux is with older Linux or one distro is with another.