This commit is contained in:
paku 2024-06-08 14:29:00 +09:00
parent 510544e758
commit 83e495b1cb
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# HSX
HSX (Hypertext S-expression) is a simple and powerful HTML5 generation library for Common Lisp, forked from [flute](https://github.com/ailisp/flute/), originally created by Bo Yao.
HSX (Hypertext S-expression) is a simple yet powerful HTML5 generation library for Common Lisp, forked from [flute](https://github.com/ailisp/flute/), originally created by Bo Yao.
## Introduction

View file

@ -52,6 +52,7 @@
:type type
:props props
:children (flatten children)))
(defun flatten (x)
(labels ((rec (x acc)
(cond ((null x) acc)