freemint has quit [Remote host closed the connection]
freemint has joined #picolisp
freemint has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 240 seconds]
orivej_ has joined #picolisp
_whitelogger has joined #picolisp
inara has quit [Quit: Leaving]
inara has joined #picolisp
rob_w has joined #picolisp
andyjpb has joined #picolisp
freemint has joined #picolisp
freemint has quit [Remote host closed the connection]
freemint has joined #picolisp
beneroth has joined #picolisp
<beneroth>
hi all
<Nistur>
o7
<beneroth>
o7 Nistur
<Regenaxer>
Hi beneroth, Nistur!
<beneroth>
Regenaxer, I might have forgotten... but how to open an interactive pipe to an external system command? like (call), but keeping a pipe like done with (pipe). but (pipe) is for pil subprocess. (in) and (out) are not bi-directional, are they? or should I do (in '("+command" ...)) ?