[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Jul 15 11:38:39 1993 
Subject:Re: quickie test 
From:jonr (Jonathan Rowe) 
Volume-ID:930715.05 

It was the stackmark that _really_ annoyed me. The fact that the vestor
version was different just rubbed it in. I think it's gross to have
such a thing as a genuine item that gets popped off the stack. I'd
rather have something that was transparent to popping. Then the
semantics of % .. % would be something like "collect together
everything that is put on the stack as a result of doing this
and put it into the appropriate structure". 

I would like the answer to the question to be:

: [a], [% hd() %] =>
** [a]

: [a], {% hd() %} =>
** {a}

Jon Rowe