speedrun-timer/README.org

14 lines
614 B
Org Mode
Raw Normal View History

* SBCL Speedrun Timer
2022-06-04 17:30:20 -04:00
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.]]
2022-06-07 22:31:23 -04:00
Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]], because I hate documenting.
2022-06-04 17:30:20 -04:00
** Requirements
+ [[https://www.quicklisp.org/beta/][Quicklisp]]
+ [[http://www.sbcl.org/platform-table.html][SBCL]]
2022-06-04 17:30:20 -04:00
+ [[https://www.sqlite.org/download.html][SQLite]]
* Running Interactively
2022-06-04 18:35:55 -04:00
1. Load the package ~sbcl --load lispruns.asd~
2022-06-04 18:36:02 -04:00
2. Load it with quicklisp: ~(ql:quickload 'lispruns)~
2022-06-04 18:35:55 -04:00
3. ~(main)~