What's your favorite programming language and what about it do you like?
httpjames @ httpjames @sh.itjust.works Posts 22Comments 141Joined 2 yr. ago

httpjames @ httpjames @sh.itjust.works
Posts
22
Comments
141
Joined
2 yr. ago
Go. It's high level enough in terms of syntax that it's easy to build complex apps in, and low level enough that I'm able to control pointers, manually run the garbage collector, and benefit from the runtime performance.
It's the best of python and JS.