| From | Sent On | Attachments |
|---|---|---|
| Krzysztof Czaja | Mar 24, 2005 7:50 am | |
| Mathieu Bouchard | Mar 24, 2005 9:20 am | |
| Frank Barknecht | Mar 24, 2005 11:03 am | |
| Krzysztof Czaja | Mar 24, 2005 1:54 pm | |
| Mathieu Bouchard | Mar 24, 2005 2:36 pm | |
| Tim Blechmann | Mar 25, 2005 1:37 pm | |
| Krzysztof Czaja | Mar 25, 2005 2:13 pm | |
| Tim Blechmann | Mar 26, 2005 12:31 am | |
| Mathieu Bouchard | Mar 26, 2005 12:57 am | |
| Krzysztof Czaja | Mar 26, 2005 3:40 am | |
| Frank Barknecht | Mar 26, 2005 4:03 am | |
| ix...@replic.net | Mar 26, 2005 4:20 am | |
| Krzysztof Czaja | Mar 26, 2005 1:26 pm | |
| Tim Blechmann | Mar 27, 2005 4:52 am | |
| Tim Blechmann | Mar 27, 2005 4:57 am | |
| Mathieu Bouchard | Mar 27, 2005 9:15 pm | |
| Krzysztof Czaja | Mar 28, 2005 7:38 am |
| Subject: | Re: [PD-dev] Re: [PD] VASP future | |
|---|---|---|
| From: | Mathieu Bouchard (mat...@sympatico.ca) | |
| Date: | Mar 24, 2005 2:36:37 pm | |
| List: | at.iem.pd-dev | |
On Thu, 24 Mar 2005, Frank Barknecht 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.
Yes, $1-hello will work as expected. In fact, everything will feel the same as now, except that all "1000-"-prefixed symbols will be deleted when the abstr.instance #1000 gets deleted. Then it's faster and cleaner to achieve that effect by using two levels of hashes instead of one, because else you have to scan *all* of the *big* table every time an abstr.instance is deleted (!).
(with two levels, deleting n abstr.instances takes O(n) instead of O(n*n)).
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju





