joker

heefoo 2019-05-13T12:57:04.011600Z

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

Candid 2019-05-13T21:47:04.012400Z

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

heefoo 2019-05-16T07:00:18.013900Z

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

heefoo 2019-05-13T12:57:17.012100Z

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

heefoo 2019-05-16T06:44:16.013300Z

@roman.bataev I noticed, thanks

heefoo 2019-05-16T06:44:56.013500Z

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

heefoo 2019-05-16T06:45:02.013700Z

didnt have any success with that

Candid 2019-05-13T21:47:38.012600Z

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

Candid 2019-05-14T03:37:16.012800Z

there was a bug in joker.os/exec that is now fixed: https://github.com/candid82/joker/commit/f0e093341cf5c916ffb99e51bcc1227dc3e655a3

Candid 2019-05-14T03:37:54.013Z

this now works:

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

2019-05-13T13:24:37.012300Z

@firstclassfunc has joined the channel