ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 1 month agoWhat's the most fun programming language to learn?message-squaremessage-square143linkfedilinkarrow-up166arrow-down10file-text
arrow-up166arrow-down1message-squareWhat's the most fun programming language to learn?ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 1 month agomessage-square143linkfedilinkfile-text
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkarrow-up6arrow-down1·1 month 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·1 month agoInteresting, what are the main benefits of Go over Python in your opinion?
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkarrow-up1·1 month 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?
Speed and the fact that Go compiles into a single binary, so you don’t need a specific runtime environment.
Okay thanks
That it’s not Python;)