ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 13 days agoWhat's the most fun programming language to learn?message-squaremessage-square112linkfedilinkarrow-up162arrow-down10file-text
arrow-up162arrow-down1message-squareWhat's the most fun programming language to learn?ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 13 days agomessage-square112linkfedilinkfile-text
minus-squareageedizzle@piefed.caOPlinkfedilinkEnglisharrow-up1·12 days agoInteresting, what are the main benefits of Go over Python in your opinion?
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkarrow-up1·12 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?
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;)