[tbnl-devel] Re: [Lispweb] tbnl: what package?

Edi Weitz edi at agharta.de
Fri Feb 10 17:26:52 UTC 2006


On Fri, 10 Feb 2006 12:23:35 -0500, Travis Cross <travis at crosswirecorp.com> wrote:

>         (let ((*package* (find-package :keyword)))
>           (format nil "package: ~a~%query=BAR?: ~a~%" *package*
>                   (eq :bar (intern (or (tbnl:parameter "query")
>                                        "BAR")))))

Or simply

  (intern (or (tbnl:parameter "query") "BAR") :keyword)



More information about the Tbnl-devel mailing list