WeSearch

Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp

·55 min read · 0 reactions · 0 comments · 13 views
#programming#lisp#software development
⚡ TL;DR · AI summary

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.

Key facts
Original article
Hyperpolyglot
Read full at Hyperpolyglot →
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.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Hyperpolyglot