ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 6 days agoWhat's the most fun programming language to learn?message-squaremessage-square141fedilinkarrow-up161file-text
arrow-up161message-squareWhat's the most fun programming language to learn?ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 6 days agomessage-square141fedilinkfile-text
minus-squareageedizzle@piefed.caOPlinkfedilinkEnglisharrow-up1·5 days agoInteresting, what are the main benefits of Go over Python in your opinion?
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkarrow-up1·5 days agoSpeed and the fact that Go compiles into a single binary, so you don’t need a specific runtime environment.
Interesting, what are the main benefits of Go over Python in your opinion?
That it’s not Python;)
Speed and the fact that Go compiles into a single binary, so you don’t need a specific runtime environment.
Okay thanks