Answers for "how do you run a lisp file with sbcl"

0

how do you run a lisp file with sbcl

;Download sbcl from here: http://www.sbcl.org/platform-table.html
; Semicolons are comments in lisp :)
; make a file with vim like so: "vim test.lisp" or whatever text editor
; "run" the file like so in command line or terminal:
"sbcl --script test.lisp"
Posted by: Guest on February-04-2022

Code answers related to "how do you run a lisp file with sbcl"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language