Re: MultiTasking/Threads

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

Im suprised I didnt think of this before.
All the thread handeling could just be done by Euphoria itself, except for
two little small additions:

1) We want a procedure that we can give Euphoria code in a sequence, after
which the code is handeled as any other normal include file. (global/local
scope rules). We should btw (suggestion for Euphoria 3) be able to overwrite
an already defined routine if it is in a different file. If the routine is
declared local then it does only rules over the code coming after that
routine until the end of the file, however if it is declared globally, it
will replace the older defined global routine, a warning message off course
is generated.

2) We want some operator like >> that handles multiline text, for example:

>>    -- Starting next line

This text, including all \\n is being read as one piece of text.
/>> this escape character is only for use within this 'text' pieces
-- Quotes do not exist here

<< -- This is how you end it

Reason for this:
simple messages in dialog's.. but also code, etc. can much easier be
included in an euphoric file.

Robert, such an new operator is a very nice addition, dont you think ?

Ralf

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

Search



Quick Links

User menu

Not signed in.

Misc Menu