Re: OOP in euphoria made easy.
- Posted by Michael Nelson <mike-nelson-ODAAT at WORLDNET.ATT.NET> Feb 16, 2000
- 573 views
Ian Smith wrote: >Anybody like doing OOP in Euphoria. >Anybody hate the fact that most of the OOP libs Euphoria are complex. >Anybody want a Simple OOP library. >go to www.rapideuphoria.com/contrib.htm and type in "No Solution"(without >the quotes) and download the most updated library. >the name should read "No Solution" in the author part. > >Enjoy and Happy Coding. > >-Ian Smith > Ian, We are at opposite ends of the OOP spectrum--you are providing simplicity and speed, I am providing security and power in Object Euphoria. I believe that it is impossible to address both sets of needs, especially since we are limited to using include files--OOP built into the language would come nearer but there would still be tradeoffs. I am impressed with your OOP system--and I appreciate you comments about Object Euphoria in your documentation. Keep up the good work! -- Mike Nelson