Hi all:The three LISP dialects that would be useful for our exploration and subsequent project work are
* Steel Bank Common Lisp (SBCL) sudo pacman -S sbcl * Embeddable Common Lisp (ECL) sudo pacman -S ecl * Emacs Lisp (elisp) shipped with EmacsIt must be mentioned that there is 'clisp' as well.
Needless to say that Emacs is the editor of choice for writing LISP code :-)
warm regards Saifi.

