you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (2 children)
  • [–] 3 points 2 years ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years 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.

  • source
  • parent