>>10
call/cc != exception
You can implement exceptions with call/cc but you can also do a whole bunch of other stuff such as coroutines.
I'm not saying don't use exceptions at all, I'm saying don't use them all over the place, especially for common conditions.