creating a new defview
mfiano opened this issue · 3 comments
mfiano commented
If I write a new defview with the @route reader macro, it is not added to the routing table upon C-c C-c. However, If I restart my Lisp image, it's displayed in my web browser. Is there something I must do to iteratively define pages?
coseltech commented
vindarel commented
+1. How to do that ? Is there an alternative syntax ? It's a blocking point :/
vindarel commented
guys, I picked this on caveman:
(syntax:use-syntax :annot)
;; instead of (annot:enable-annot-syntax)
it doesn't appear on cl-annot doc, but it works. I can C-c C-c
new routes.