Re: New draft (#2) of SRFI 212: Aliases
Per Bothner 31 Jan 2021 10:47 UTC
On 1/31/21 12:55 AM, Marc Nieper-Wißkirchen wrote:
> As described in the SRFI, the define-XXX forms introduce new bindings (locations, keywords, etc.). Contrary to those, alias doesn't. This is one reason why it is called `alias` and not `define-alias`. Note that this SRFI in principle allows an implementation to alias an unbound identifier (it is left unspecified), in which case not even a "new identifier is introduced" (whatever this means).
I don't understand the distinction. How do you define the term "binding" such that
"define-syntax" creates a binding, but "alias" does not?
--
--Per Bothner
xxxxxx@bothner.com http://per.bothner.com/