Re: A brash newbie question on macrology
From: james anderson (james.anderson_at_setf.de)
Date: 12/18/03
- Next message: Björn Lindberg: "Best way to set object slots when loading from file?"
- Previous message: William D Clinger: "Re: A brash newbie question on macrology"
- In reply to: Tayssir John Gabbour: "Re: A brash newbie question on macrology"
- Next in thread: Rahul Jain: "Re: A brash newbie question on macrology"
- Reply: Rahul Jain: "Re: A brash newbie question on macrology"
- Reply: Tayssir John Gabbour: "Re: A brash newbie question on macrology"
- Reply: Tayssir John Gabbour: "Re: A brash newbie question on macrology"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Dec 2003 23:51:22 +0100
Tayssir John Gabbour wrote:
>
> Peter Seibel <peter@javamonkey.com> wrote in message news:<m3fzfjb597.fsf@javamonkey.com>...
> > From a technical point of view, it's impossible in current Lisps
> > because because s-expressions are represented as singly-linked lists;
> > there's no pointer to the parent.
>
> Guy Steele mentioned a notation where sexprs could be treated as a
> graph:
> http://www.ai.mit.edu/~gregs/ll1-discuss-archive-html/msg03504.html
>
> Then parent-operating macros would be possible since you can refer to
> a parent, no? I can't find reference to this in any book I have
> though.
>
it seems very much like http://www.lispworks.com/reference/HyperSpec/Body/02_dho.htm.
it is not clear whether this puts even the stout of heart in a position to
express the relations which such parent operating macros would require. not to
mention the compiler.
...
- Next message: Björn Lindberg: "Best way to set object slots when loading from file?"
- Previous message: William D Clinger: "Re: A brash newbie question on macrology"
- In reply to: Tayssir John Gabbour: "Re: A brash newbie question on macrology"
- Next in thread: Rahul Jain: "Re: A brash newbie question on macrology"
- Reply: Rahul Jain: "Re: A brash newbie question on macrology"
- Reply: Tayssir John Gabbour: "Re: A brash newbie question on macrology"
- Reply: Tayssir John Gabbour: "Re: A brash newbie question on macrology"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|