This is a collection of scripts written in Common Lisp. This repo started as a fork of fare-scripts. The mksum subsystem was implemented by zhaqenl.
- sbcl
- cl-launch
- make
You may use your system package manager to install them.
- inferior-shell
- local-time
- ironclad
- clon
- cl-launch
- fare-utils
- cl-scripting
- marie
You may install them with:
$ sbcl --noinform --eval "(mapc #'ql:quickload '(:inferior-shell :local-time :ironclad :clon :cl-launch :fare-utils :cl-scripting))" --quit
$ cd ~/common-lisp
$ git clone https://github.com/ebzzry/marie.git
To install the scripts to ~/bin
, run:
$ make install
The file default.nix
is used with by the shell
script to spawn a nix-shell
containing programs and library dependencies conducive to Common Lisp development.
To load it directly, change to this repository’s directory then run:
$ nix-shell