Embeddable Common Lisp
313
ECL (Embeddable Common-Lisp) 24.5.10 "is an implementation of Common-Lisp originally designed for being embeddable into C based applications."
Running the image immediately starts the REPL (read-eval-print loop).
$ docker run --rm -it agentlans/ecl
ECL (Embeddable Common-Lisp) 24.5.10 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2013 Juan J. Garcia-Ripoll
Copyright (C) 2018 Daniel Kochmanski
Copyright (C) 2023 Daniel Kochmanski and Marius Gerbershagen
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL 0x7c784932df00>.
>
Content type
Image
Digest
sha256:0d7599cfe…
Size
12.7 MB
Last updated
about 2 years ago
docker pull agentlans/ecl