Viewing 1 item
Tag Archives: ml compiler

Start programming in ML

ML is a functional programming language. Features include type inference, first class functions, garbage collection, pattern matching, parametric polymorphism, static typing, exception handling, call-by-value evaluation strategy, and algebraic data types. – Source Examples of functions in ML Below are examples to get you familiar in ML. Syntax and how the language works will be explained  Full Article…

3