I find that for many projects I start, I seem to want:
- static types
- small, static binaries for deployments
- lower memory requirements and value semantics where appropriate
- a reasonably large ecosystem
- cross-platform with strong support for linux/cloud
These two languages usually end up at the top of my list when given these requirements.
Comments
I find that for many projects I start, I seem to want:
These two languages usually end up at the top of my list when given these requirements.