Re: Euphoria will be Free and Open Source!

new topic     » goto parent     » topic index » view thread      » older message » newer message

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. smile

Gary

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu