Hi Tomas,

Thanks for the code. But my intension for unescaped string is for
"casual" template (most of text are static strings) and embedding
files (without creating separate files).

It would be great if PicoLisp have "quasi-quotation", so the code
could be something like:

(out "t.html"
   (sxml
      (let (Clr "#EEE" Cls "xxx")
         `(html
            (body (@ style "background-color:" ,Clr)
               (div (@ class ,Cls)) )))))

Best regards,
KS
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to