1. OOP and Euphoria
- Posted by Cracker Jul 26, 2010
- 1246 views
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?
2. Re: OOP and Euphoria
- Posted by CoJaBo Jul 26, 2010
- 1210 views
No. there are a few oop add ons, but I've found them to be unreliable and bad at reporting errors. Also I've found it silly programming in oop without exception handling since oop techniques tend to rely on that..
If you really want oop, you're much better off going with an oop language like Java or something.
3. Re: OOP and Euphoria
- Posted by ne1uno Jul 27, 2010
- 1175 views
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?
those look like random ada spams or possibly some tests by the admins.
you can get dot4 here, with an svn client. uses the eu4 preprocessing feature. this is very simple, more a proof of concept. there are other OOP extensions in the archive on rapideuphoria.com
4. Re: OOP and Euphoria
- Posted by DerekParnell (admin) Jul 27, 2010
- 1091 views
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.