Newsgroups: comp.lang.lisp
From: "Pascal J. Bourguignon" <p...@informatimago.com>
Date: Thu, 21 Apr 2011 20:33:13 +0200
Local: Thurs, Apr 21 2011 2:33 pm
Subject: Re: flet vars
t...@sevak.isi.edu (Thomas A. Russ) writes:
> TheFlyingDutchman <zzbba...@aol.com> writes: There isn't even an API to know if a symbol has been declared special. >> > (defvar *x* 'global) >> How is this is represented internally. Are there now two entries in a > How this is represented internally is not specified. But we can detect it: (defun specialp (symbol) (defvar a 1) (values --> (T T NIL) SPECIAL-ness is a dynamic property, in the global environment. -- 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.
| ||||||||||||||