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.
lispruns-demo.mp4
- Load the package:
sbcl --load lispruns.asd
- Get dependencies:
(ql:quickload 'lispruns)
(main)