12 lines
539 B
Org Mode
12 lines
539 B
Org Mode
* 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
|
|
To run this program: ~sbcl --load lispruns.asd~ and then ~(main)~.
|