What are your favorite statically typed, compiled, memory safe programming languages?
You're viewing a single thread.
I started learning Go about 3 months ago and it quickly became one of my favorite languages. It feels like C with a bunch of Python niceties thrown in. And performance isn't super critical in my work so being garbage collected is fine with me.