Re: Eu Improvements consolidation
- Posted by Jason Gade <jaygade at yahoo.com> Jan 05, 2007
- 658 views
Matt Lewis wrote: > > Jason Gade wrote: > > > > Karl Bochert wrote: > > > > > > > > > The 'fixed sequence': > > > 1) has named elements > > > 2) cannot have its structure modified > > > 3) contains only data (like any other sequence) > > > 4) may be put in another sequence without losing its > > > identity (like any other data) > I don't cover 2 or 3, and 4 is maintained only if you put it into another > class into a member of the appropriate type. I was more interested in > the functionality than strict type checking. Being able to have control > over the data is one reason why I like Euphoria, and to do those things > would have taken a lot more effort than what I did. :) Thanks for the answer, Matt. I like the flexibility, too. Does that mean that after you instantiate a class you can add more members to it? > That's a good point. There are actually two types of PBR in ooeu, once > you consider var_id's. > > Matt What's the other version? I guess I'll go back and look at the docs again. (Sorry to write so much today!) -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.