|
Object Oriented Euphoria
|
Matt Lewis
|
Dec 11, 2004 12:54 PST
|
(I'm cross posting this from EuForum, for those who only read here):
I've just released the first version of this. It should show up on
the RDS page soon. I've also put it up on my page, but I'd like to
request that if you have a registered version of the translator, please
don't download the executables (it's a free web page, and my bandwidth
is pretty limited):
http://www14.brinkster.com/matthewlewis/projects.html
Here's a quick overview of what you can do with it:
Create classes ('euclass'es, to be precise). Each class can have its
own set of member routines, which can be called by dot notation. You
can have multiple methods with the same name as long as they take
different
number or types of arguments. Each class may inherit from another
class,
and it automatically inherits any methods from its parent(s). These
methods may also be over-ridden.
|
|
 |
|