From b50039388ea5250bb7396544dd7133fc3131898c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 11 Jun 2023 10:08:49 -0700 Subject: README: mention deftag earlier. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2102c6f..c046c88 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3