Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp
The article provides a comprehensive reference for various Lisp dialects, including Common Lisp, Racket, Clojure, and Emacs Lisp. It covers topics such as grammar, execution, variables, expressions, and arithmetic operations. Additionally, it includes examples of code and commands for each dialect.
- ▪The article serves as a side-by-side reference sheet for different Lisp dialects.
- ▪It includes details on grammar, execution, and various programming constructs.
- ▪Examples of code snippets and commands for Common Lisp, Racket, Clojure, and Emacs Lisp are provided.
Opening excerpt (first ~120 words) tap to expand
ca side-by-side reference sheet grammar and execution | variables and expressions | arithmetic and logic | strings | regular expressions | dates and time | lists | fixed-length arrays | dictionaries | user-defined types | functions | execution control | exceptions | streams | emacs buffers | files | directories | processes and environment | libraries and namespaces | objects | lisp macros | reflection | java interop common lisp racket clojure emacs lisp version used SBCL 1.2 Racket 6.1 Clojure 1.6 Emacs 24.5 show version $ sbcl --version $ racket --version displayed by repl on startup $ emacs --version grammar and execution common lisp racket clojure emacs lisp compiler $ raco make module.rkt M-x byte-compile-file standalone executable (sb-ext:save-lisp-and-die "executable" :executable t…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hyperpolyglot.