alphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 4 months agoMore confusion for recruiterssh.itjust.worksimagemessage-square25fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageMore confusion for recruiterssh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 4 months agomessage-square25fedilink
minus-squareZiglin@lemmy.worldlinkfedilinkarrow-up0·4 months agoAlso each line starts with a semicolon and you have to escape spaces in strings using a double forward slash
minus-squareTurboWafflz@lemmy.worldlinkfedilinkarrow-up1·4 months agoI realized a while ago that there’s nothing stopping me from writing rust like this ;println!("This is great") ;println!("I think everyone should write rust like this") ;println!("Probably works in most languages that use semicolons") ;
minus-squareZiglin@lemmy.worldlinkfedilinkarrow-up1·4 months agoNasm programmers probably think that is old code that you commented out.
Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash
I realized a while ago that there’s nothing stopping me from writing rust like this
Nasm programmers probably think that is old code that you commented out.