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

Re: Let's complete by Nov 1, 11:59pm EST

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



Here's another bit that seems a bit confusing...

The approach does allow references to variable names with “-”
embedded in them without effort,
but the names must be spelled differently (and thus inconsistently)
by replacing every “-” with “_”.
Thus, variables like “list-ref” must
be spelled as “list_ref” inside the infix.plt notation
without effort.

In particular the last "without effort" there seems to be something
that got left behind in some edit.

I also think that the bit "The approach does allow references to
variable names with '-' embedded in them without effort," should be
"little effort" instead, as it's not actually *without* effort, users
having to translate - to _ after all.