10
votes
Exceptions or error codes
In high-level stuff, exceptions; in low-level stuff, error codes.
The default behaviour of an exception is to unwind the stack and stop the program, if I'm writing a script an and I go for …
1
vote
Looking for examples of “real” uses of continuations
How about the Google Mapplets API? There are a bunch of functions (all ending in Async) …
