alphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 5 months agoMore confusion for recruiterssh.itjust.worksimagemessage-square15fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageMore confusion for recruiterssh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 5 months agomessage-square15fedilink
minus-squarelurch (he/him)@sh.itjust.workslinkfedilinkarrow-up1·5 months agoall lines not terminated by a single space are comments
minus-squaretabarnaski@sh.itjust.workslinkfedilinkarrow-up0·5 months agoThere’s a special place in hell for you
minus-squareZiglin@lemmy.worldlinkfedilinkarrow-up0·5 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·5 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·5 months agoNasm programmers probably think that is old code that you commented out.
minus-squaremining (they/them)@lemmy.mllinkfedilinkarrow-up0·5 months agoAlso a spicial place in hell for you
minus-squarerovingnothing29@lemmy.worldlinkfedilinkarrow-up0·5 months agoCan we add the comefrom function too?
all lines not terminated by a single space are comments
There’s a special place in hell for you
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.
Also a spicial place in hell for you
Can we add the comefrom function too?