• HiddenLayer555
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    The way it’s written. Most programming languages call it null

    • flux
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      That’s pretty low bar for calling something a “quirk”. The whole ML family, so OCaml, SML, Haskell, F# and perhaps a the new distant relative Rust call it also it None.

      And it’s not even the same thing: null means pointer to nothing, while None means no value.