Talk:List comprehension (Lisp)

From LiteratePrograms

Jump to: navigation, search

Hi, --

Such a nice page! One quick note, though: In Common Lisp, (LET ...) always provides an implicit PROGN. So, there's no need to do (LET (...) (PROGN ...)) as you do; (LET (...) ...) is equivalent and preferred.

best wishes, Grant

Personal tools