summaryrefslogtreecommitdiff
path: root/README.org
blob: 0e3403357c2cb1eb63821f06fb19b1efc619b073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
* 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 [[https://github.com/fukamachi/mito][MITO ORM.]]

Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]]

** Requirements
+ [[https://www.quicklisp.org/beta/][Quicklisp]]
+ [[http://www.sbcl.org/platform-table.html][SBCL]]
+ [[https://www.sqlite.org/download.html][SQLite]]
* Running Interactively
1. Load the package ~sbcl --load lispruns.asd~
2. Load it with quicklisp: ~(ql:quickload 'lispruns)~
3. ~(main)~