0x0@lemmy.zip to Programmer Humor@programming.dev · 8 days agorace conditionslemmy.zipexternal-linkmessage-square90fedilinkarrow-up1876arrow-down125
arrow-up1851arrow-down1external-linkrace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 8 days agomessage-square90fedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up19·8 days agoonly true if your language compiles to c. fortran peeps are safe.
minus-squareouRKaoS@lemmy.todaylinkfedilinkarrow-up5·8 days agoI’m an 80’s/90’s BASIC bitch, so I’m still irrelevant!
minus-squareWhiskyTangoFoxtrot@lemmy.worldlinkfedilinkarrow-up4·7 days ago10 PRINT "FARTS" 20 GOTO 10
minus-squareratel@mander.xyzlinkfedilinkarrow-up2·7 days agoI thought it compiles to LLVM intermediate representation and then to the machine code of the requested platform arch. Am I missing something?
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·7 days agoFortran is from 1957, LLVM is from 2003. It’s probably like C where there is a compiler tool chain that goes through LLVM like you describe and others that go directly to executables.
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up2·7 days agoonly if you design it using llvm. llvm is pretty new.
minus-squareratel@mander.xyzlinkfedilinkarrow-up1·7 days agoAh ok I was referring to Rust specifically. Thanks!
only true if your language compiles to c. fortran peeps are safe.
I’m an 80’s/90’s BASIC bitch, so I’m still irrelevant!
I thought it compiles to LLVM intermediate representation and then to the machine code of the requested platform arch. Am I missing something?
Fortran is from 1957, LLVM is from 2003. It’s probably like C where there is a compiler tool chain that goes through LLVM like you describe and others that go directly to executables.
only if you design it using llvm. llvm is pretty new.
Ah ok I was referring to Rust specifically. Thanks!
yeah but rednax wasn’t.