HailSeitan@lemmy.world to Opensource@programming.dev · 2 days agoHow Ruby Went Off the Railswww.404media.coexternal-linkmessage-square12fedilinkarrow-up147arrow-down12file-textcross-posted to: [email protected][email protected][email protected][email protected]
arrow-up145arrow-down1external-linkHow Ruby Went Off the Railswww.404media.coHailSeitan@lemmy.world to Opensource@programming.dev · 2 days agomessage-square12fedilinkfile-textcross-posted to: [email protected][email protected][email protected][email protected]
What happened to RubyGems, Bundler, and the Open Source drama that controls the internet infrastructure.
minus-squareVulwsztyn@programming.devlinkfedilinkarrow-up3arrow-down1·2 days agoit has more sane syntax than python and is great for e. g. webscrapping
minus-squareReptorian@programming.devlinkfedilinkarrow-up3·23 hours agoAs someone who dislikes Python, I can’t say I agree. So, I will use Python, but I only use it for 3 lines of code snips to test before making codes on other languages.
minus-squareVulwsztyn@programming.devlinkfedilinkarrow-up1·15 hours agoI mean mainly list manipulation, with explicit filter, map, reduce mathods. I’ve also never had a problem with not knowing if I closed enough parentheses in Ruby.
it has more sane syntax than python and is great for e. g. webscrapping
As someone who dislikes Python, I can’t say I agree. So, I will use Python, but I only use it for 3 lines of code snips to test before making codes on other languages.
I mean mainly list manipulation, with explicit filter, map, reduce mathods.
I’ve also never had a problem with not knowing if I closed enough parentheses in Ruby.