sbcl --script hello.lisp
sbcl --load guess-my-number.lisp
sbcl
(load "hello.lisp")
or
clisp
(load "hello.lisp")
https://google.github.io/styleguide/lispguide.xml https://stevelosh.com/blog/2018/08/a-road-to-common-lisp
| Name | Name | Last commit date | ||
|---|---|---|---|---|
sbcl --script hello.lisp
sbcl --load guess-my-number.lisp
sbcl
(load "hello.lisp")
or
clisp
(load "hello.lisp")
https://google.github.io/styleguide/lispguide.xml https://stevelosh.com/blog/2018/08/a-road-to-common-lisp