joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
roklenarcic 2019-03-15T09:34:32.013200Z

Is there an HTTP client support in joker? In Clojure I use clj-http but that relies on Apache HTTP client which is a java thing

lispyclouds 2019-03-15T09:39:32.013500Z

@roklenarcic There is https://candid82.github.io/joker/joker.http.html

borkdude 2019-03-15T09:41:52.013700Z

ah, so this works:

user=> (require '[joker.http :as http])
nil
user=&gt; (http/send {:method "get" :url "<https://clojure.org>"})

roklenarcic 2019-03-15T10:09:49.015Z

thanks, is there a way I can get to repo of that package

borkdude 2019-03-15T10:10:28.015300Z

it’s embedded with joker itself