<geri>
actually working version, forgot to re-add some stuff
<abu[7]>
Sorry, later
<geri>
np
<beneroth>
geri, you could use (;) instead of (get), e.g. (; @ nodes) - saves the quotes. (;) expects as first argument an evaluated argument, the other arguments are taken as quoted.
<beneroth>
maybe you prefer (get), nothing wrong with that
<geri>
yeah like first time hearing about that one XD
<geri>
i can use it for direct gets, but not for mapping functions
<geri>
fine with me
<geri>
or orthogonal way, hmm
<abu[7]>
Still on the road ...
<geri>
where to?
<abu[7]>
geri, I answered your last question after you lefl last time
<abu[7]>
Several people near here
<geri>
when was that
<abu[7]>
hmm, last week?
<geri>
lemme check
<abu[7]>
9th 20:04
<geri>
gotta check what input does :D
<abu[7]>
Yeah, it was input
<abu[7]>
Better than pipe here
<geri>
faster?
<abu[7]>
T
<abu[7]>
No child process
<geri>
aighty
<geri>
can i read a line from proc i sent inputs to without piping?
<beneroth>
input is for within the same process
<beneroth>
if there is another process involved, then you have a pipe or networking (or file)