A family of functional programming languages including SML, OCaml, and F#. For questions about machine learning, use the [machine-learning] tag please.
ML ("Meta Language") is a family of functional programming languages, created by the Turing award winning computer scientist Robin Milner. It was initially created as the metalanguage for a theorem prover (hence the name), but quickly became used as a general-purpose programming language. One of ML's most famous characteristics is type inference supporting parametric polymorphism.
Some well known dialects of ML are Standard ML (sml), OCaml (ocaml) and F# (f#).