>>9566Web dev for whatever reason seems to favour interpreted languages a lot more, so not that many examples. Though you can certainly write server side code in whatever compiled language you like (including C, though it would be very painful to) as long as it has a CGI/fastcgi implementation.
Java probably is the most popular "open" option of a compiled (yes, I know, bytecode etc. stfu nerds) lang for webdev, lots of web dev tools available for it, but it's not really as open as we would like considering Oracle's past behaviour. C# also has similar problems though the standard is technically "open".
Rust is actually a great option, and I have built web stuff with it myself and it's very pleasant to work with, but like everyone else said in the thread anything that doesn't have GPLed tools as the defacto standard is open to corporate bullshit and fuckery in the future.