Browse thread
[Caml-list] ocaml killer
[
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: | skaller <skaller@t...> |
| Subject: | Re: [Caml-list] ocaml and concurrency |
On Thu, 2004-01-29 at 21:37, Martin Berger wrote: > and I'm quite happy I > > don't ever met in OCaml any of the most common concurrncy bugs > > I enjoyed with Java and C++. > > i wonder why. ocaml essentially offers the same approaches to > concurrency as do the relevant java or C/C++ libraries. Ocaml relieves you of distractions and allows you to concentrate on the design .. Don't underestimate how bad C is. EG: g++ compiler uses a linked list for lookup ... I mean you can't write: let h = Hashtbl.create 97 in Hashtbl.add h symbol valu in C can you ... -- John Max Skaller, mailto:skaller@tpg.com.au snail:25/85c Wigram Rd, Glebe, NSW 2037, Australia. voice:61-2-9660-0850. Checkout Felix: http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners