Здравствуйте, Аноним, Вы писали:
А как же
http://ocamlnews.blogspot.com/2009/09/ocaml-finally-goes-multicore.html http://www.mailrepository.com/caml-list.inria.fr/msg/3552296/ ?
А>Много раз читал в ДП рекомендации попробовать OCaml, как единственную альтернативу С++ в качестве языка общего назначения.
А>http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12-refman.txt
А> The Caml run-time system is not reentrant: at any time, at most one thread
А>can be executing Caml code or C code that uses the Caml run-time system.
А>Technically, this is enforced by a "master lock" that any thread must hold
А>while executing such code.
А>это ставит крест на очень многих возможных применениях
А>