Browse thread
[Caml-list] GC and file descriptors
-
Dustin Sallings
- David Fox
- Nicolas George
- Mikael Brockman
[
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: | 2003-11-19 (14:43) |
From: | Martin Berger <martinb@d...> |
Subject: | Re: [Caml-list] GC and file descriptors |
skaller wrote: > To put this another way, exceptions do NOT > reflect the error, they reflect the style > of reporting it. yes, but does the style of reporting have to be exposed at the type level? if yes, then it probably is not just an implementation issue. in my experience, getting error reporting/logging/program-self-monitoring right for non-toy programs is a hard problem and has serious ramifications throughout the whole design of the program, much like concurrency and memory management. the fact that we have a complicated mechanism (exceptions) to deal with this suggests that it should never be an afterthough and relegated to mere implementation details. martin ------------------- 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