Re: Lisp-aware editor for Windows?
- From: Aurélien Campéas <aurelien.campeas@xxxxxx>
- Date: Thu, 16 Jun 2005 12:04:33 +0200
Glen Able a écrit :
Symbols have slots for a function and a value but not for a special form or macro.
What does make you think that ? The function namespace is used also for special forms and macros.
[1]> (defmacro foo ()) FOO [2]> (fboundp 'foo) T [3]> (fboundp 'if) T .
- References:
- Lisp-aware editor for Windows?
- From: Glen Able
- Re: Lisp-aware editor for Windows?
- From: Glen Able
- Lisp-aware editor for Windows?
- Prev by Date: Re: How is values-list defined?
- Next by Date: Re: I've thought better of Linux
- Previous by thread: Re: Lisp-aware editor for Windows?
- Next by thread: Re: Lisp-aware editor for Windows?
- Index(es):