Alex@lemmy.mlcake to Programmer Humor@lemmy.ml · 2 years agoA week of fprintfs has me wanting to code rust next weeklemmy.mlimagemessage-square94linkfedilinkarrow-up11.06Karrow-down10
arrow-up11.06Karrow-down1imageA week of fprintfs has me wanting to code rust next weeklemmy.mlAlex@lemmy.mlcake to Programmer Humor@lemmy.ml · 2 years agomessage-square94linkfedilink
minus-squareYTG123@feddit.chlinkfedilinkarrow-up8·2 years agoDidn’t it only recently get generics? How was stuff even done before then?
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up7·edit-22 years agodeleted by creator
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up6·2 years agointerface {} - which is the equivalent of C/C++’ void *.
Didn’t it only recently get generics? How was stuff even done before then?
deleted by creator
interface {}- which is the equivalent of C/C++’void *.