Newsgroups: comp.lang.lisp
From: Pascal Costanza <costa...@web.de>
Date: Sat, 03 May 2003 15:34:38 +0200
Local: Sat, May 3 2003 9:34 am
Subject: Re: Implementation Favoritism, a question of Lisp mindsets
In article <030520030610101628%nos...@iam.invalid>,
Mark Conrad <nos...@iam.invalid> wrote: > Okay, here is the closure k that I have been talking about: Try the following: > (defvar k) > (let ((x 'big) (y 'daddy)) > ? (funcall k) > Now, where is that guy who made a statement a few days ago to the > To me they seem to be essentially the same thing. > Wonder what he meant? (defvar k) (let ((x 'big) (y 'daddy)) ? (funcall k) ? (funcall sety 'mummy) Try to guess what (funcall k) will print now. And PLEASE: It's not very constructive that you don't follow the links Do it! Do it now! Take some time to read and understand these things. Pascal 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.
| ||||||||||||||