Fork me on GitHub
#joker
<
2020-05-10
>
benjyz09:05:38

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

jcburley19:05:48

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!

jcburley19:05:47

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.

jcburley19:05:48

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!

jcburley19:05:47

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.

Candid22:05:10

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.

👍 4