Sjmarf to Programmer Humor@programming.dev • 2 years ago“It’s not that hard”sh.itjust.worksimagemessage-square39fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1image“It’s not that hard”sh.itjust.worksSjmarf to Programmer Humor@programming.dev • 2 years agomessage-square39fedilink
minus-square@Thorry84@feddit.nllinkfedilink0•2 years agoYes the compiler/interpreter can figure it out on the fly, that’s what we mean by untyped languages. And as stated both have their merits and their faults. Elon doesn’t know what the words mean and just chimes in with his AI future BS.
minus-squarejanAkalilinkfedilinkEnglish0•edit-22 years ago Yes the compiler/interpreter can figure it out on the fly, that’s what we mean by untyped languages. Are there untyped languages? You probably meant ‘dynamically typed languages’. But even statically typed languages can figure out most types for you from the context - it’s called ‘type inference’.
minus-square@nul@programming.devlinkfedilink1•2 years agoMost of my code is untyped. First I type it, then I realize it’s all wrong and use backspace to untype it.
Yes the compiler/interpreter can figure it out on the fly, that’s what we mean by untyped languages. And as stated both have their merits and their faults.
Elon doesn’t know what the words mean and just chimes in with his AI future BS.
Are there untyped languages? You probably meant ‘dynamically typed languages’.
But even statically typed languages can figure out most types for you from the context - it’s called ‘type inference’.
Most of my code is untyped. First I type it, then I realize it’s all wrong and use backspace to untype it.