The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp
From: bj...@runa.se (Björn Lindberg)
Date: Thu, 13 Sep 2012 14:12:03 +0200
Local: Thurs, Sep 13 2012 8:12 am
Subject: Re: Binding in defparameter versus let
parisni...@gmail.com writes:
You can achieve the *same effect* by not going through the variable at
> Today I was cleaning up some code and made a mistake. > The code was originally like this
> Now *baz* is bound early enough that the lambda works properly.
> It failed when I moved it into a function:
> (defun foo ()
> The binding for let doesn't occur until running, so (third bar) is unbound.
> This can be easily remedied with:
> Are there neater ways to do the same thing?
all: (defun foo ()
(foo) => C
Bj rn Lindberg
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||