alphacyberranger to Programmer Humor@lemmy.mlEnglish · 7 个月前More confusion for recruitersimagemessage-square86fedilinkarrow-up1880arrow-down119
arrow-up1861arrow-down1imageMore confusion for recruitersalphacyberranger to Programmer Humor@lemmy.mlEnglish · 7 个月前message-square86fedilink
minus-squarelurch (he/him)linkfedilinkarrow-up208·7 个月前all lines not terminated by a single space are comments
minus-squareZiglin (they/them)@lemmy.worldlinkfedilinkarrow-up53·7 个月前Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash
minus-squareTurboWafflz@lemmy.worldlinkfedilinkarrow-up48·7 个月前I 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-squaremining (they/them)@lemmy.mllinkfedilinkarrow-up15·7 个月前Also a spicial place in hell for you
minus-squarerovingnothing29@lemmy.worldlinkfedilinkarrow-up7·7 个月前Can we add the comefrom function too?
minus-squareZiglin (they/them)@lemmy.worldlinkfedilinkarrow-up4·7 个月前Nasm programmers probably think that is old code that you commented out.
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up3·7 个月前hope you don’t forget the semicolon on a line by itself at the end (except in functions where you want to return the value of the last expression)
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
Also a spicial place in hell for you
Can we add the comefrom function too?
Nasm programmers probably think that is old code that you commented out.
hope you don’t forget the semicolon on a line by itself at the end (except in functions where you want to return the value of the last expression)