emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [PATCH] Fix (letrec ((ignore)))


From: Kaushal Modi
Subject: RE: [PATCH] Fix (letrec ((ignore)))
Date: Sun, 13 Dec 2015 17:19:19 -0500

> Some coders use the convention that showing the nil initial
> value explicitly indicates that this is the initialization,
> whereas `(foo)' indicates that the `let' body will perform
> the (real, significant) initialization.

The suggestion was to consider the below form as invalid.

(letrec ((SOMEVAR1)
         (SOMEVAR2) ..) ..)

Not the below:

(letrec (SOMEVAR1
         SOMEVAR2 ..) ..)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]