Website message overhaul

Jeff Nowakowski jeff at dilacero.org
Sat Nov 19 16:49:06 PST 2011


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.


More information about the Digitalmars-d mailing list