Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote:
The $-prefixes would really become scope indicators. $0-hello would access the local table $0 using the t_symbol "hello". This would *not* create a t_symbol "1000-hello" anymore.
Am I right to assume that this would still keep "passing $0" as abstraction argument a viable operation? I use this idiom immensly often to let abstractions access data local to their parents.
Ciao