[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nested comments (please correct lexical scope)

This page is part of the web mail archives of SRFI 62 from before July 7th, 2015. The new archives for SRFI 62 contain all messages, not just those from before July 7th, 2015.



And then finally: (if not to just to close the issue out in my mind):

(#;) :: ({remove }) => ()

To be consistent, although arguably redundant, as an error/warning otherwise
would seem unnecessary. (just as quoting a literal, may also be thought of
as being arguably redundant, but not worthy of an error/warning).

> So wonder if:
> 
>  {quote } => 

i.e.:

(') :: ({quote }) => ()

As would manifest in :

(' #; <s-exp>) :: ({quote {remove <s-exp>}}) => ()

> As opposed to an otherwise error/warning upon the evaluation of (quote )?