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

Re: Lexical syntax for boxes

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



On Sat, May 18, 2013 at 5:30 AM, Per Bothner <per@xxxxxxxxxxx> wrote:
I don't see the use case for the lexical syntax.  In fact,
I'd classify it as a Bad Idea.

I agree.  Does this have any precedent in existing implementations?

- A mutable #&datum is an anonymous initialized assignable global
static.

All literals are immutable - changing this breaks important
safety assumptions as well as optimization possibilities.

Apart from that the SRFI looks good, and the R7RS portable
definition (portable only in the absence of lexical syntax) is
trivial.

-- 
Alex