<abu[7]>
But a fix is not released because I also need to handle (err ...) and (ctl ..) first
<abu[7]>
Good
<abu[7]>
We never really used nested coroutines
<abu[7]>
(co started inside another co)
<abu[7]>
And 'input' and 'output' must be redesigned internally
<abu[7]>
I did not think about catch, throw and yield in input/output :(
<tankf33der>
never used input-output
<abu[7]>
Crashes 100%
<tankf33der>
yea
<abu[7]>
Also handling of returning to a coroutine which terminated meanwhile needs to be improved
<abu[7]>
Lotts of things! Coroutines are really the most difficult part of Pil
<abu[7]>
In the moment it silently returns to the main T routine
<abu[7]>
I think I better throw an error
msavoritias has quit [Ping timeout: 255 seconds]
<abu[7]>
I think I can release the coroutine fixes now
<abu[7]>
Will re-think input/output later
<abu[7]>
Released. tankf33der, can you test again?
seninha has joined #picolisp
msavoritias has joined #picolisp
<tankf33der>
doing
<tankf33der>
all passed.
<abu[7]>
Perfect, thanks!
<tankf33der>
reference does not cover call co with T
<tankf33der>
i do not remember what does it mean
<tankf33der>
afk.
Anderson93 has joined #picolisp
<Anderson93>
Hi pil-ers! I'm trying to get pil installed on my m1 mac but I'm running into the issue of "string.h" file not found.. Anyone else encountered this?