Re: Fallbacks in Euphoria
- Posted by dcuny Jan 13, 2015
- 1445 views
I wonder if perhaps I'm taking an "too complex" sort of approach to this.
Functionally, meta serves as an override a sequence's default behavior. So perhaps the sequence that holds the meta data shouldn't be directly edited, anyway. After all, you don't generally override class declarations on the fly.
With that thought, setmeta(s, metadata) could be used to set the metadata sequence for a sequence. Every copy of that sequence has that sequence associated with it.
- David