Re: concept from Io language
- Posted by PL Feb 03, 2009
- 1037 views
I've seen that euphoria uses co-routine... so functionality is here. What I found interesting in Io was the simplicity: just put @ in front of a procedure/function/method to execute it in a co-routine.
NB: by the way, any blocking IO call in Io, generate automatiquely a yield. So, you put yield in your code ONLY for CPU intensive activity.