• janAkali
    link
    fedilink
    English
    0
    edit-2
    1 year 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’.

    • @nul@programming.dev
      link
      fedilink
      11 year ago

      Most of my code is untyped. First I type it, then I realize it’s all wrong and use backspace to untype it.