SBCL Speedrun Timer

This is a complete rewrite of my first Lisp project: a speedrun timer. It uses an ncurses wrapper (croatoan) and a SQLite database, with the MITO ORM.

Go ahead and check out a demo on YouTube!

Requirements

Running Interactively

  1. Load the package sbcl --load lispruns.asd
  2. Load it with quicklisp: (ql:quickload 'lispruns)
  3. (main)
Description
A TUI speedrun timer in Common Lisp with Croatoan, Mito, and friends!
Readme 78 KiB
Languages
Common Lisp 100%