Skip to content

Comment on Xah's Emacs Lisp Tutorialparent

Comments

unfortunately his knowledge of basic Lisp is relatively small and his Lisp style is also quite bad.

He does imperative programming in Lisp:

   (let (a b result)
     (setq a 1)
     (setq b 2)
     (setq result (+ a b))
     result)
code which is more than four lines is often from different sources.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.