Re: Object Oriented Euphoria

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

Dave Probert wrote:
> 
> Matt:
> Any chance of some instructions for beginners on where to place your OO
> version files
> (installation), and also some basic example code to show off the features
> (usage)?
> The readme does not really go into any detail on these aspects.

OK, I'll add some of that.  In the meantime, you can put the executables
in your %EUDIR%/bin directory.  Then you can use them just like the normal
euphoria interpreters from the command line.  

You can put the source stuff wherever you like.  Then, to run code, the
easiest thing is to develop your code in the same directory.  This is
messy, though, so you might want to put it in a subdir or a sibling dir.
Then you just need to supply the path to the main file from the command
line:

exw eu.ex subdir\my_app.exw
exu eu.ex ../sibling_dir/my_app.exw

There's one demo file (not mentioned in the readme, unfortunately) called
class.ex.  It shows a bit of what you can do.  As I mentioned earlier,
I'm shooting to put up a new [source] release later today.

Matt Lewis

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

Search



Quick Links

User menu

Not signed in.

Misc Menu