This is a complete rewrite of my first Lisp project: a speedrun timer. It uses the amazing ncurses wrapper library croatoan and a SQLite database - with the MITO ORM.
https://user-images.githubusercontent.com/25559600/204612689-05c2bbab-5130-43b0-8b09-f3a9583c506b.mp4
sbcl --load lispruns.asd
(ql:quickload 'lispruns)
(main)