diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ TL-WHO is a translation of the Common Lisp library It is a derived work of CL-WHO, copyrighted by the original authors and carrying their licensing notices. -TL-WHO provides a macro for generating HTML using Lisp syntax. +TL-WHO also provides a macro called `deftag`, which is inspired +by a same-named macro described in the documentation of another Lisp HTML +generation library called [Spinneret](https://github.com/ruricolist/spinneret). Unlike some HTML generating libraries, TL-WHO works by translating the syntax into code that writes HTML to a stream, rather that translating |