joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
richiardiandrea 2019-03-23T02:44:37.040700Z

question, does joker have interop with the go runtime? In particular I need to build an HMAC signature and the date needs to be UTC, as I am trying to authorize against this -> https://docs.microsoft.com/en-us/rest/api/storageservices/authorize-with-shared-key

richiardiandrea 2019-03-23T02:45:02.041300Z

I saw joker.base64 there and I am hopeful, however for the HMAC I see it tough

richiardiandrea 2019-03-27T16:41:28.057100Z

may I ask you, are you planning to provide compiled artifacts for the gostd branch?