On 2009-04-01 15:37:50, Rohan Nicholls wrote:
Having looked around at the options listed so far, I would have to say HTML-TEMPLATE is looking like your best bet, as it is not going to make a horrible mess in dreamweaver. It looks a little verbose, but that should help keep as much of the logic out of the html and in the code as possible.
cl-emb might be able to handle the <% %> tags as a recent version seems familiar with server-side tags, but the thing I hate about these systems is that you end up with a big fat mess that cannot be seen properly, and embedding the language in the html leads to madness, I have been down that road, and have never been the same. :)
Just because it is possible to embed Common Lisp with CL-EMB doesn't mean you have to.