Re: Euphoria will be Free and Open Source!
- Posted by ags <eu at 531pi.co.nz> Sep 20, 2006
- 676 views
Vincent wrote: > Wouldn't that depend on the libraries I use within my programs? What if I > needed > to use an Eu library but was written in an OO way? I would likely need to use > a OO programming style to interface with it, correct? > > In that case, I would be required to program in that style or re-invent the > wheel by creating a procedural style library. But since I dont understand > object > oriented concepts (no matter how hard I to learn) I wouldnt be able port the > library. Hi Vincent It seems to be like the difference between C and C++ when that occurred. Plenty of people use C++ objects intermixed in a procedural program (like cout). And since I wasn't going to comment on this thread... someone else mentioned the namespace thing, well Perl has very similar idea to this. The difference being that you can create an object in an 'include' and 'bless' it to be part of that class. So if you deal with an object in the include you can tell if it one of your objects (or some derivation of it). I also agree that it is way too early to be talking about it, hence why I'm not commenting. Gary