Hacker News new | ask | show | jobs
by throwaway7645 3323 days ago
Val might have originally been OCaml or Haskell.
2 comments

Standard ML, rather.

It might have appeared in earlier MLs as an extension.

And I was soooo close :)
I mean the combination of val (immutable) and var (mutable) as keywords to declare bindings. OCaml uses let and so does Haskell, right?