No, not really. Rust undoubtedly started on *nix, but all Tier 1 platforms are supported equally[1]. To quote from OCaml's main site[2] A gentle reminder that if you do not need Windows binaries, then a more stable option is to use WSL2, ie when on Windows it is better to use OCaml from within a Linux VM.
Ocaml is great, but its Windows support sucks, and that makes adoption hard in a lot of contexts.
Any language that calls themselves systems programming language, on Windows, must have first class support for COM and WinRT, in their various workloads.
Rust support for them is pretty much WIP.
And then there is the whole matter that Windows shops love to ship binary libraries.
What languages/platforms do meet this criterion? .NET, C, C++, Python? I know pretty much nothing about Windows system programming, but I wouldn't be surprised if most programming languages really are "Unix first".
Rust support for them is pretty much WIP.
And then there is the whole matter that Windows shops love to ship binary libraries.