beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
aw- has joined #picolisp
rob_w has joined #picolisp
razzy has joined #picolisp
peterhil has joined #picolisp
<razzy> any manual on vip i am not aware of? I have read picolisp web page.
<Regenaxer> I think the one in the Wiki is the only one. It is quite outdated though
razzy has quit [Ping timeout: 256 seconds]
rob_w has quit [Remote host closed the connection]
razzy has joined #picolisp
<razzy> I want to ran function in paralel. I want to process result, timeout, or another fail that might occur. I am thinking later structure
<Regenaxer> Yes, (later ...)
<Regenaxer> For timeout, you could use (alarm ... (mapc kill (kids)))
<Regenaxer> Or handle the timeout in each 'later' process
<razzy> Regenaxer: if function fail, will it kill it automatically?
<razzy> hmm i can kill failed from program, thank you
<Regenaxer> Depends on how it fails
<Regenaxer> What fail do you mean?
<Regenaxer> The 'later' child process exits when done
<razzy> Regenaxer: untrusted source of data. it can fail in every way.
<Regenaxer> Yeah, it may start the nuclear missiles
<razzy> than i would not need to process any more exit codes :]
<Regenaxer> T
<razzy> every way that linux allows
<Regenaxer> This is a general thing, not only in 'later'
<razzy> Regenaxer: i do not want anything bad happen, i am more than reasonably carefull.
<Regenaxer> Good thing
<Regenaxer> We should always do so
razzy has quit [Ping timeout: 240 seconds]
razzy has joined #picolisp
razzy has quit [Ping timeout: 276 seconds]
razzy has joined #picolisp
razzy has quit [Ping timeout: 256 seconds]
razzy has joined #picolisp
razzy has quit [Ping timeout: 250 seconds]
aw- has quit [Quit: Leaving.]
razzy has joined #picolisp
aw- has joined #picolisp
razzy has quit [Ping timeout: 268 seconds]
razzy has joined #picolisp
<razzy> woa, alarm is awesome :)
<razzy> (alarm) is awesome
<Regenaxer> :)
peterhil has quit [Ping timeout: 258 seconds]
peterhil has joined #picolisp
<razzy> hmm, picolisp seems to be slowing down with time. GC should not be a problem. any ideas?
razzy has quit [Quit: Lost terminal]
razzy has joined #picolisp
razzy has quit [Quit: Lost terminal]
razzy has joined #picolisp