joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
2020-05-02T06:09:07.055Z

@james-clojure I'm trying out gostd. very cool and looking forward to progress in this area. in the readme this part is not entirely clear to me

👍 1
2020-05-02T06:09:10.055300Z

"Yet, by (someday) providing all the (supported) APIs, Joker enables higher-level, Clojure-like, APIs (that call these low-level API wrappers) to be written without requiring changes to the Joker codebase or executable itself."

👍 1
2020-05-04T05:55:44.063400Z

many thanks. preserved as gist, since slack doesn't do history well

2020-05-02T06:12:43.056800Z

In my project what I've started building is an edn based language in golang, and writing simple parser to process these edn massages. using channels over TCP heavily as well. I hope later to use elements of joker or at least understand more internals and use if for scripting where I can

👍 1
2020-05-02T06:15:25.057600Z

Clojure is awesome, but JVM has big limitations in the area I work in

borkdude 2020-05-02T07:46:19.058500Z

What area is this if I may ask?

2020-05-04T05:51:00.063200Z

blockchain/consensus