alphacyberranger to Programmer [email protected]English • 1 year agoMore confusion for recruiterssh.itjust.worksimagemessage-square86fedilinkarrow-up1880
arrow-up1880imageMore confusion for recruiterssh.itjust.worksalphacyberranger to Programmer [email protected]English • 1 year agomessage-square86fedilink
minus-squareZiglin (it/they)linkfedilink53•1 year agoAlso each line starts with a semicolon and you have to escape spaces in strings using a double forward slash
minus-squareTurboWafflzlinkfedilink48•1 year 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-square@[email protected]linkfedilinkEnglish3•1 year agohope 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)
minus-squareZiglin (it/they)linkfedilink4•1 year 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
Also a spicial place in hell for you
Can we add the comefrom function too?
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)
Nasm programmers probably think that is old code that you commented out.