Subject: Re: another of those newbie question from a well known person
From: Erik Naggum <erik@naggum.no>
Date: 1999/12/06
Newsgroups: comp.lang.lisp
Message-ID: <3153489788165493@naggum.no>

* "Janos Blazi" <jblazi@netsurf.de>
| Such a macro would make my code much more readable. But I did not express
| exactly what I was going to do: I wanted to write a macro WITHOUT ANY
| PARAMETERS like in C
| 
|   #define v (subseq g 3)
| 
| Is this possible?

  yes, using symbol macros.  (it not smart to use them this way.)

#:Erik