aboutsummaryrefslogtreecommitdiff
path: root/build.lisp
AgeCommit message (Collapse)Author
2025-02-11Reworked build.lisp and load.lisp into bob.lispAryadev Chavali
bob.lisp quickloads the dependencies necessary and defines functions which I can just call from my REPL to load or build the project. Better than loading the file over and over again. Affectionately named after "Bob The Builder".
2025-02-11Initial commit.Aryadev Chavali
Setup boilerplate for system/package management. In particular, setup an entry-point and Shinmera's "deploy" to build executables. Also write some scripts to easily load or build the project without Emacs - just `sbcl --load <x>.lisp`.