sans-docs/src/common-lisp.gmi

23 lines
813 B
Plaintext

# common lisp
Common lisp isn't a single language, but rather a standard. As such, there are many implementations of common lisp kicking around that are (mostly) compatible.
There are 2 installed on [[sans]].
## sbcl
Sbcl is the cream of the crop, go-to common lisp implementation. It is a great starting place.
Fire up the repl by invoking sbcl
## ecl
Ecl is a newer contender in the space. Ecl is a bit more portable than sbcl.
Get this repl going by entering ecl at the command line.
=> https://lisp-lang.org lisp lang
=> https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/ a road to common lisp
=> https://llthw.common-lisp.dev learn lisp the hard way
=> http://www.lispworks.com/documentation/HyperSpec/Front/index.htm cl hyperspec
=> https://common-lisp.net/implementations cl implementations