On Mon, 4 Dec 2006 08:52:40 -0800, Cyrus Harmon ch-tbnl@bobobeach.com wrote:
First of all, thanks for hunchentoot! I'm still getting used to it, but it seems great so far. But I do have a request. Would it be possible (and advisable) to extend the dispatch table to provide some metadata for each dispatcher? this could even be done in a backward compatible way by allowing the dispatchers in *dispatch-table* to be conses (or objects of an appropriately defined class) which would be examined as necessary, or just funcalled as they are presently, in the event that the dispatcher is just a lambda. This would facilitate debugging and modifying the dispatch table.
Hmm, ATM I cannot see how this would be useful. Do you have an example?