Re: A lexical use-modules?

2022-03-27 Thread Maxime Devos
Stefan Israelsson Tampe schreef op zo 27-03-2022 om 11:53 [+0200]: Hmm actually you only have lexical macros that reference module variables. That is not lexical variables which have more optimisation associated with it at least used to. But is better speedwise than the hash lookups I suggested. An

Re: A lexical use-modules?

2022-03-27 Thread Maxime Devos
[Re-added guile-devel# to CC] Stefan Israelsson Tampe schreef op zo 27-03-2022 om 16:37 [+0200]: > I mean that modul-ref is a hash-table lookup, and that's more > expensive as you say. I suggested that lexical variables should be > let bound > because you can deduce more things with them e.g. in >