Re: OOP libraries (was: Multiple includes
- Posted by euphoric <euphoric at cklester.com> Nov 11, 2003
- 613 views
Mike Nelson wrote: >>>>A quote from the Euphoria reference manual: >>>>"Euphoria is not an "object oriented" language, yet it achieves >>>>many of the benefits of these languages in a much simpler way." >>>> >>>> > >Irv Mullins wrote: > ><snip> > > >>I disagree, and the number of OOP libraries contributed seems to disagree. >>I don't think the writers of those libraries would say that Euphoria made it >>possible to implement those features "in a much simpler way", either. >> >> >Diamond has a lot of detailed code because of the power features, but the >fundamental code is actually fairly simple to code and maintain. Where I pay >the cost is in speed. While Diamond compares well to Python or Ruby, it is >quite slow vs pure Eu. > >-- Mike Nelson > > By "quite slow," do you mean by hundredths of a second over the course of one million iterations? or what? And that's all relative. For basic tasks, I'm sure it will be fast enough on a reasonably equipped rig.