On 11/19/2011 07:02 PM, Walter Bright wrote:

If a language has all variables being immutable, then the functional
aspect of it is not something you can move away from

This is just wrong:

http://caml.inria.fr/pub/docs/manual-ocaml/manual003.html#toc8

The whole point of OCaml is that it is NOT pure like Haskell. If you need to be imperative it has full support for it.

Reply via email to