Browse thread
Re: Why OCaml sucks
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Charles Forsyth <forsyth@t...> |
| Subject: | Re: [Caml-list] Re: Why OCaml rocks |
> Copying is the obvious solution in OCaml because there is no easy way to share > OCaml values between processes. >There are alternatives (like referencing shared memory as custom blocks and >managing deallocation manually) but they are substantially more complicated ok, i understand now: it would be possible in principle given the language, but current implementation makes it difficult.