ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 6 days agoWhat's the most fun programming language to learn?message-squaremessage-square141linkfedilinkarrow-up161arrow-down10file-text
arrow-up161arrow-down1message-squareWhat's the most fun programming language to learn?ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 6 days agomessage-square141linkfedilinkfile-text
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkarrow-up5arrow-down1·5 days agoGo is probably the best in terms of time it takes to learn and building something fun. It replaced Python in that regard for me.
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·4 days agoSpeed and the fact that Go compiles into a single binary, so you don’t need a specific runtime environment.
Go is probably the best in terms of time it takes to learn and building something fun. It replaced Python in that regard for me.
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