🖼 QuickLisp for CommonLisp development and pipelines
1.3K
A vanilla QuickLisp image (currently) using SBCL.
$ docker run --rm bdockerimg/quicklisp \
--eval '(ql:quickload :alexandria)' \
--eval '(format t "factorial(10) is ~A" (alexandria:factorial 10))'
This is SBCL 2.1.11.debian, an implementation of ANSI Common Lisp.
...
; Loading "alexandria"
[package alexandria]..............................
[package alexandria-2].
factorial(10) is 3628800
Currently there are two flavours based on SBCL:
👉 See the full list: https://hub.docker.com/r/bdockerimg/quicklisp/tags
✔️ All bdockerimg images on Docker Hub: https://hub.docker.com/u/bdockerimg
✔️ bdockerimg on github: https://github.com/bahmanm/bdockerimg
Content type
Image
Digest
sha256:cc9b24234…
Size
74.3 MB
Last updated
almost 2 years ago
docker pull bdockerimg/quicklisp