Fork me on GitHub
#joker
<
2019-05-13
>
heefoo12:05:04

@roman.bataev is it possible to use joker with gnu parallel ?

Candid21:05:04

what are you trying to do? Calling Joker from gnu parallel? I don't see why that would not work....

heefoo07:05:18

the other way around. calling gnu parallel from joker.os/exec

heefoo12:05:17

didn't have any success with joker.os/exec

Candid21:05:38

what did you try to do and what problem did you run into?

Candid03:05:54

this now works:

> echo hi | ./joker -e '(pprint (joker.os/exec "cat" {:stdin :pipe}))'
{:success true,
 :exit 0,
 :out "hi\n",
 :err ""}

heefoo06:05:16

@roman.bataev I noticed, thanks

heefoo06:05:56

is it possible to use joker.os/exec with gnu parallel ?

heefoo06:05:02

didnt have any success with that