## Please get McCLIM yourself as per codeberg.org/McCLIM/ or another backend. $ cd ~/common-lisp/ $ git clone git@codeberg.org:j9000/lispusers $ rlwrap ecl > (require :asdf) > (asdf:load-system :mcclim) ; or another backend > (asdf:oos 'asdf:load-op :lispusers/tfw/high/stringlist) > (in-package :lispusers/tfw/high/stringlist) > (app-main) ;; -> quit quits or your usual window manager will be fine, ;; C-d or C-c ought to get you out of lisp