Re: OOP and Euphoria
- Posted by DerekParnell (admin) Jul 27, 2010
- 1090 views
Cracker said...
I just finished looking through the pastebin and I saw some odd language constructs similar to ones I have seen in OOP. Has Euphoria gone OOP?
No it hasn't ... yet. I expect that in some future version (5 maybe) that there will be support for OOP built into the language, but it will never be one of those everything is an object language. Euphoria will support a mixed paradigm so you can code in any combination of procedural and OOP that your application needs.