Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Implementation Favoritism, a question of Lisp mindsets
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tim Bradshaw  
View profile  
 More options May 4 2003, 4:24 pm
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:
> 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.

Well, specifically, a lexical variable binding can never have no value
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.