No description
  • Common Lisp 100%
Find a file
2026-05-21 11:08:43 +02:00
gen-mangalist.lisp Add code 2026-05-21 11:08:43 +02:00
README First commit of new version 2026-05-21 11:06:39 +02:00

LIBRARY

This is the lisp script that generates my manga list.
It replaces an older system which was a mix of python cgi and satic sites,
as well as an overengineered python flask application.

It is written to work with gnu common lisp. It requires the iter and sqlite
libraries. To run it, you can just issue

	clisp gen-mangalist.lisp

This will output the html page to stdout.