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 Newbie asking for help
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
 
Erik Naggum  
View profile  
 More options Jun 27 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/06/27
Subject: Re: Newbie asking for help
* Simon Brooke <si...@jasmine.org.uk>
| SETQ is defined to bind variables to forms.

  Wrong.

| A variable is just any name in the 'variable' namespace

  Wrong.

| (Yeuch!  LISP2! **Nasty**).

  Idiot.

| So, in your example, setq binds the name 'pie' in the current dynamic
| environment, by assigning a value to that name in the namespace (all
| possible names exist (in a platonic sense) in the namespace, it's just
| that the overwhelming majority of them are never instantiated by being
| bound). The environment happens to be top-level. The following
| evaluation of the name pie retrieves the value from the namespace.

  Bogus from A to Z.

| Therefore the behaviour you describe is mandated by the hyperspec.

  Wrong.  (If it is, it isn't because of your reasoning.)

  A more interesting question than Steven M Haflich's stupid quibbling
  is whether (setq foo 1) is identical to (setf (symbol-value 'foo) 1)
  if foo is not lexically bound.  If it is, then it is completely
  beside the point whether foo is "declared" or not.  

#:Erik
--
  If this is not what you expected, please alter your expectations.


 
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.