ecl

Embeddable Common-Lisp: has an interpreter and can compile to C

Debian Debian
RUN apt-get update && \ apt-get install -y ecl
Ubuntu
RUN apt-get update && \ apt-get install -y ecl
Alpine
RUN apk add ecl
Arch Arch Linux
RUN pacman -S --noconfirm ecl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ecl
Fedora
RUN dnf install -y ecl
Raspbian
RUN apt-get update && \ apt-get install -y ecl
click the source code to copy install ecl on any operating system with command-not-found.com