Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp | Hacker News
TL;DR AI
2 min readKey summary
A Hacker News commenter said a Lisp syntax comparison page should use more idiomatic examples.
They pointed out that the sample add function should avoid `eval` and instead use `endp` and `apply`.
The feedback highlights how small examples can distort a language if they are not written the way Lisp programmers actually code.
It also underscores the importance of best practices when comparing Common Lisp, Racket, Clojure, and Emacs Lisp.



