[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A prototype for a binding based approach to proper namespaces
From: |
Andrea Corallo |
Subject: |
Re: A prototype for a binding based approach to proper namespaces |
Date: |
Sun, 10 May 2020 20:14:24 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Vladimir Sedach <address@hidden> writes:
> Andrea Corallo <address@hidden> writes:
>> E function defined with flet is in the lexical scope, here we are
>> talking about global variables.
>
> Well, the symbols are in the global obarray, but the namespace system
> can resolve them to variable bindings in a lexical way.
>
> When you first brought up the idea of namespacing over bindings, and
> called your proposal lexspaces, I thought this would be similar to how
> most (all?) Scheme module systems work: the namespace system resolves
> symbols (globally visible an EQ) to bindings in a lexical way (scoped
> to the module definition and resolvable at compile-time). The words
> used were the same, and I assumed you were coming at this from a
> Scheme angle.
I see what you mean. I don't know Scheme and maybe we have a slightly
different language but AFAIU I think we are on the same page now.
--
address@hidden
- Re: A prototype for a binding based approach to proper namespaces, (continued)
- Re: A prototype for a binding based approach to proper namespaces, Vladimir Sedach, 2020/05/09
- Re: A prototype for a binding based approach to proper namespaces, João Távora, 2020/05/09
- Re: A prototype for a binding based approach to proper namespaces, Daniel Colascione, 2020/05/09
- Re: A prototype for a binding based approach to proper namespaces, Vladimir Sedach, 2020/05/10
- Re: A prototype for a binding based approach to proper namespaces, Andrea Corallo, 2020/05/10
- Re: A prototype for a binding based approach to proper namespaces, Vladimir Sedach, 2020/05/10
- Re: A prototype for a binding based approach to proper namespaces,
Andrea Corallo <=
Re: A prototype for a binding based approach to proper namespaces, Helmut Eller, 2020/05/09
Re: A prototype for a binding based approach to proper namespaces, Dmitry Gutov, 2020/05/09
Re: A prototype for a binding based approach to proper namespaces, Vladimir Sedach, 2020/05/09