joker

2020-05-10T09:27:38.068600Z

are there are any snippets of joker code online or larger projects written in joker? I tested some small scripts

jcburley 2020-05-10T19:10:48.068900Z

There’s a test suite included, which you might find helpful. See the tests subdirectory of the source tree. But my own production Joker code is not really ready for public use/inspection; I hope others chime in with pointers!

jcburley 2020-05-10T19:11:47.069200Z

Also, the docs/generate-docs.joke and std/generate-std.joke scripts, while “quirky” (because they’re closely tied to how Joker is built and its documentation generated), might prove enlightening.

rcarmo 2020-05-10T11:26:46.068800Z

@rcarmo has joined the channel

Candid 2020-05-10T22:22:10.073Z

Joker is not really intended for "large" projects, whatever "large" means. I think its sweet spot is scripts / automation. We use it for some infrastructure automation / glue, and our largest script is ~ 1.3K of LOC, not counting @hlship’s multi library (https://github.com/hlship/multi). That said, if anyone uses Joker for something more sophisticated it'd be very interesting to hear about it.

👍 1
Candid 2020-05-10T22:23:57.074100Z

Joker v0.15.4 is released https://github.com/candid82/joker/releases/tag/v0.15.4

👍 2