diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-06-11 10:08:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-06-11 10:08:49 -0700 |
commit | b50039388ea5250bb7396544dd7133fc3131898c (patch) | |
tree | 4f9b3d1e9c370ac8071597a3759e5a27811b7dcc | |
parent | ba062d3eb5cef28d91c01083e840be89aeab38fe (diff) | |
download | tl-who-b50039388ea5250bb7396544dd7133fc3131898c.tar.gz tl-who-b50039388ea5250bb7396544dd7133fc3131898c.tar.bz2 tl-who-b50039388ea5250bb7396544dd7133fc3131898c.zip |
README: mention deftag earlier.
-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 |