Re: Classless class-oriented programming
- Posted by dr_can Oct 31, 2021
- 981 views
The relationship between OOP, as a set of principles, and OE has long been an interest of mine.
As it says somewhere in the RDS documentation, Euphoria has (many of) the features of OOP without the formal syntax adopted by OOP language developers. To this end, I have constructed what I think of as a neat, Euphoria-like, approach to OOP. It can be found at https://github.com/CANewbould/OE4OOP. I have also included a very primitive dot-notation pre-processor, if only to allow code to copy the "standard" OOP layout.
I should appreciate your reaction.