Macros
Write some macros that help generate HTML
Send output to *standard-output*
(as center “Lisp Class”)
<center>Lisp Class</center>
(with center (princ “Lisp”) (princ “ Class”))
<center>
Lisp Class
</center>
Previous slide
Next slide
Back to first slide
View graphic version