From: Bruno H. <br...@cl...> - 2005-01-20 11:57:50
|
Sam wrote: > > * Bruno Haible <oe...@py...t> [2005-01-19 22:24:52 +0100]: > >> I think the order of variables in clos_vars should be reversed: now > >> specials come first, actually, the formal arguments should be first. > >> (so that they will be bound first). > > what I was trying to say is that the first set of variables in the > clos_vars vector (the special variables) should be bound special only > around the implicit_progn() at the end of funcall_iclosure(), not in the > early beginning. Yes, that's correct in any case. > data (bit streams or S-exprs) is fundamental. > programs operate on data. Ah, yes. You're right. Bruno |