Back in HS when I did SDD, I had the choice to use any language but I picked Java.
Currently, at work I use Java for APIs, micro services etc. Build once, run anywhere (any OS).
Look into Golang, it's made by Google and compiles to any OS natively (in machine code executable). It still has the...