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: Tim Bradshaw <t...@cley.com>
Date: 04 May 2003 20:55:11 +0100
Local: Sun, May 4 2003 3:55 pm
Subject: Re: Implementation Favoritism, a question of Lisp mindsets
* Fred Gilham wrote: Well, specifically, a lexical variable binding can never have no value > So a variable is "unbound" when Lisp looks at the binding (note, for > the sake of argument I didn't say "looks in the binding") and finds > bottom. associated with it, while a dynamic binding can (witness PROGV). The spec is explicit about this somewhere. I presume the (or a) reason is efficiency - a lexical binding is likely to be compiled away to a much greater extent than a dynamic one. There's no way of finding out if a lexical binding exists, either (other than the obvious: is it lexically visible...) --tim 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.
| ||||||||||||||