Euphoria
Euphoria is an interpreted programming language created by Robert Craig of Rapid Deployment Software.
Application
Any
Platform
Any
License
Any
Euphoria is an interesting pl but it have some problems, it is to much "High Level", useless for many programming tasks.
I redesigned the basic pl, I've changed many of it's aspects.
: So... it seems it would be fairly simple to create a "middleman" .dll that is called using stdcall, which in turns calls the .dll that I really want via cdecl, gets the return values, and passes...
: Whenver you want to structure groups of variables use a struct. For a coordinate (x,y) e.g. a point use:
:
: struct point
: {
: int x;
: int y;
: };
:
: But you're wrong; a point does...
Hi all,
I sent this post a while ago, but it never went through (?).Anyways I'm looking for some tutorials (as usual), but ones that get right down the the specific. If anyone has programmed in...
hi everybody.
a week ago i discovered the programming language euphoria (http://www.rapideuphoria.com).
i tried to write a program on my own, but i'm stuck, with some problems.
is here any1 willing...