[parenscript-devel] Feature request: speed (generating function)
19 Jun
2007
19 Jun
'07
9:38 a.m.
In my dynamically generated webpages I regularly compile lots of very simple parenscript like `(append-markup ,element-id ,markup) where element-id and markup are Lisp strings. Parenscript takes a lot of time to do this in comparison to everything else. Ideally, I guess would be something that would generate a function like (defun js-append-markup (element-id markup) (output "appendMarkup(\"") (output (escape element-id)) (output "\",\"") (output (escape markup)) (output "\");"))
6441
Age (days ago)
6441
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Fremlin