speedrun-timer/README.org
2022-06-07 19:31:23 -07:00

614 B

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.

Showcase of features on YouTube, because I hate documenting.

Requirements

Running Interactively

  1. Load the package sbcl --load lispruns.asd
  2. Load it with quicklisp: (ql:quickload 'lispruns)
  3. (main)