cl-who
is a common library for HTML rendering in Common Lisp. The main issue is that all the example online are written in HTML... This tool lets you convert HTML to Sexp!
- Clone the repo into
~/common-lisp
(or a path recognized by ASDF)
git clone https://github.com/albertolerda/html-to-cl-who.git
- Run (inside sbcl)
(ql:quickload :html2clwho)
(asdf:load-system :html2clwho)
(html2clwho::main)
Now you can open the Browser: localhost:3333
- Clone the repo
git clone https://github.com/albertolerda/html-to-cl-who.git
- Build the image (sometimes it crashes, just run it again)
docker build -t html2clwho .
- Run it!
docker run -p 3333:3333 --rm html2clwho
Now you can open the Browser: localhost:3333
More info on asdf: ASDF Config ASDF Loading