Go (language)
- statically typed
- simple build process, compiles to architecture-specific binary
- focus on simplicity
- comprehensive standard library
- built-in frameworks for testing, documentation, web server
- much more standardized than JavaScript, less value on freedom of choice
- encourages fewer dependencies, meaning fewer points of failure
- Gin - simple web framework