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