Sign inSign up

agentlans/ecl

By agentlans

Updated about 2 years ago

Embeddable Common Lisp

Image
Languages & frameworks
0

313

agentlans/ecl repository overview

ECL (Embeddable Common-Lisp) 24.5.10 "is an implementation of Common-Lisp originally designed for being embeddable into C based applications."

  • This is a minimal unofficial image of ECL
  • Lacks Emacs, Quicklisp, and some features of Common Lisp (like arbitrary precision integers)
  • C/C++ compiler not included
  • This image was built on MUSL C library (same as Alpine Linux) so you must compile C code against MUSL to run in this container

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>.
> 

Tag summary

Content type

Image

Digest

sha256:0d7599cfe

Size

12.7 MB

Last updated

about 2 years ago

docker pull agentlans/ecl