Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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" 
 
PREVIOUS NEXT
Tagged: #run #lisp #file #sbcl
ADD COMMENT
Topic
Name
4+6 =