alphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 1 年前More confusion for recruiterssh.itjust.worksimagemessage-square86fedilinkarrow-up1885arrow-down119
arrow-up1866arrow-down1imageMore confusion for recruiterssh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 1 年前message-square86fedilink
minus-squareZiglin (it/they)@lemmy.worldcakelinkfedilinkarrow-up53·1 年前Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash
minus-squareTurboWafflz@lemmy.worldlinkfedilinkarrow-up49·1 年前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·1 年前Also a spicial place in hell for you
minus-squarerovingnothing29@lemmy.worldlinkfedilinkarrow-up7·1 年前Can we add the comefrom function too?
minus-squareZiglin (it/they)@lemmy.worldcakelinkfedilinkarrow-up4·1 年前Nasm programmers probably think that is old code that you commented out.
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up3·1 年前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)
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)