Sign inSign up

bdockerimg/quicklisp

By bdockerimg

Updated almost 2 years ago

🖼 QuickLisp for CommonLisp development and pipelines

Image
3

1.3K

bdockerimg/quicklisp repository overview

🖼 bdockerimg/quicklisp

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

Variants

Currently there are two flavours based on SBCL:

  • Ubuntu 22.04 (LTS)
  • openSUSE Tumbleweed

👉 See the full list: https://hub.docker.com/r/bdockerimg/quicklisp/tags

See Also

✔️ All bdockerimg images on Docker Hub: https://hub.docker.com/u/bdockerimg

✔️ bdockerimg on github: https://github.com/bahmanm/bdockerimg

Tag summary

Content type

Image

Digest

sha256:cc9b24234

Size

74.3 MB

Last updated

almost 2 years ago

docker pull bdockerimg/quicklisp