This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-10
Channels
- # announcements (4)
- # babashka (29)
- # beginners (15)
- # calva (4)
- # cljs-dev (1)
- # clojure (28)
- # clojure-dev (13)
- # clojure-europe (3)
- # clojure-india (1)
- # clojure-spec (7)
- # clojure-uk (5)
- # clojurescript (37)
- # component (2)
- # conjure (60)
- # cursive (2)
- # datomic (1)
- # emacs (1)
- # figwheel-main (18)
- # fulcro (38)
- # graalvm (6)
- # graphql (13)
- # helix (14)
- # jobs-discuss (1)
- # joker (5)
- # lein-figwheel (2)
- # nrepl (3)
- # off-topic (15)
- # other-languages (1)
- # other-lisps (1)
- # pedestal (2)
- # reagent (8)
- # reitit (44)
- # shadow-cljs (83)
- # slack-help (8)
- # spacemacs (1)
are there are any snippets of joker code online or larger projects written in joker? I tested some small scripts
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!
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.
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!
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.
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.