hypertown@lemmy.world to Programmer Humor@lemmy.ml · 3 年前I like Python deflemmy.worldimagemessage-square64linkfedilinkarrow-up1546arrow-down142
arrow-up1504arrow-down1imageI like Python deflemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 3 年前message-square64linkfedilink
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up17arrow-down5·3 年前Source: Global Interpreter Lock
minus-squarepingveno@lemmy.mllinkfedilinkEnglisharrow-up14·3 年前Much less of a big deal for most applications. For the applications that need it in some areas, use PyO3 to write a module in Rust. Of course, Python’s not going to be the perfect tool for every job, and that’s okay.
minus-squaretryptaminev 🇵🇸 🇺🇦 🇪🇺@feddit.delinkfedilinkarrow-up9·3 年前Nooo if a proframming language is not the best choice for every job it is worthless and all the programmers using it are heathens! Except of course for the language i prefer because i am one of the few to not go insane doing application xy in it.
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up7·3 年前GIL is awful for parallelism, but lots of problems don’t require threads.
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up6·3 年前Well, I’ll be damned. Are you sure I’m still alive? Is Hell still hot? Pigs don’t have feathers yet, right?
Source: Global Interpreter Lock
Much less of a big deal for most applications. For the applications that need it in some areas, use PyO3 to write a module in Rust. Of course, Python’s not going to be the perfect tool for every job, and that’s okay.
Nooo if a proframming language is not the best choice for every job it is worthless and all the programmers using it are heathens!
Except of course for the language i prefer because i am one of the few to not go insane doing application xy in it.
GIL is awful for parallelism, but lots of problems don’t require threads.
GIL-less is coming
Well, I’ll be damned. Are you sure I’m still alive? Is Hell still hot? Pigs don’t have feathers yet, right?