Switch language한국어
Back to the list

Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp | Hacker News

TL;DR AI

Key summary

2 min read
  1. A Hacker News commenter said a Lisp syntax comparison page should use more idiomatic examples.

  2. They pointed out that the sample add function should avoid `eval` and instead use `endp` and `apply`.

  3. The feedback highlights how small examples can distort a language if they are not written the way Lisp programmers actually code.

  4. It also underscores the importance of best practices when comparing Common Lisp, Racket, Clojure, and Emacs Lisp.

Read the original