> ...of course now that it's done I'm starting to think it would have
> been wiser to make it a THROW block eg
>
> (throw 'return-from-terrace-file "my webpage")
>
> so you can get out from within a function... hrm...
on second thought, no, that would lead to freakiness since there might
be calls to FUNCALL-FILE up the stack and it would be unpredictable
where you were going to return to in strange situations
you can always
(throw 'hunchentoot:handler-done "my webpage")
from within a function to simulate returning from the _top_level_
terrace file [the one handling the request]