bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11938: 24.1.50; Some not so useful CL related byte compiler warnings


From: Juanma Barranquero
Subject: bug#11938: 24.1.50; Some not so useful CL related byte compiler warnings
Date: Thu, 19 Jul 2012 02:19:32 +0200

On Wed, Jul 18, 2012 at 12:25 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:

> I'm curious, actually.  What does Common-Lisp do with something like:
>
>   (let ((a 2)) (progv '(a b) '(1 2) a))
>
> does it return 2 (the value of the lexically-scoped var `a') or 1?

SBCL, CLisp and Clozure agree on the result: 2

    Juanma





reply via email to

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