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-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.
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.