Hello
i just starting working with cl-who and i have one very basic question:
How does one properly embed and evaluate lisp code inside the tag body?
Let's say i have a function "fn" which returns a string and i want to
embed its value in a tag, like:
(: p (fn)) -> that does not work.
Thanks for help
Matus