bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 months agoThe meaning of thislemmy.mlexternal-linkmessage-square65linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 months agomessage-square65linkfedilink
minus-squareNatanox@discuss.tchncs.delinkfedilinkEnglisharrow-up0·edit-25 months agoAnd switch cases (called match cases) are there as well. I use lambdas all the time to shovel GTK signal emitions from worker threads into GLib.idle_add in a single line, works as you’d expect. Previous commenters probably didn’t look at Python in a really long time.
And switch cases (called match cases) are there as well.
I use lambdas all the time to shovel GTK signal emitions from worker threads into GLib.idle_add in a single line, works as you’d expect.
Previous commenters probably didn’t look at Python in a really long time.