lispEn 2022-12-06 15:05:07

#lisp #commonlisp #repl #implementation #version



And easy way to get the Common Lisp version and implementation you're using, from the REPL is:


CL-USER> (concatenate 'string (lisp-implementation-type) "-" (lisp-implementation-version) )


"SBCL-2.2.11"


Happy hacking!




By Erick ikki López


También te puede interesar
lisp codeEn 2022-07-13 13:12:00