1. some thoughts on improvement of Euphoria

Hi all,

I have some thoughts on the Euphoria improvements...
How is your thought?

1) There is no direct way to escape at once from nested loop structure in
Euphoria... I always have to use a exit flag variable to notice to
the outer loop structure that the "exit" command has been evoked
in the inner loop...

2) I strongly want that Euphoria will have the command like "cycle" of
FORTRAN language...
The "cycle" command is used in the loop structure. if "cycle" is evoked
in the loop, the remaining codes below the "cycle" to the end of loop
is simply ignored, and the control returns back to the start of loop
structure with a control counter increased by one step.
of course i can use "if... then" for this, but sometimes i want to
exclude the cases first which does not meet the conditions...
it will make the program be easy to code and to understand.

from Lee, woo seob.

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu