1;;; Jeannie is not in Quicklisp: see <file:install-jeannie.bash>
2;;; But we possibly need to install dependencies from Quicklisp
3(ql:quickload :jeannie)
4
5(time
6 (asdf:test-system :jeannie))
7
8
9
10