This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-07
Channels
- # announcements (11)
- # architecture (2)
- # babashka (84)
- # beginners (226)
- # calva (7)
- # chlorine-clover (4)
- # cider (29)
- # clara (17)
- # clj-kondo (23)
- # cljs-dev (58)
- # cljsrn (60)
- # clojure (172)
- # clojure-europe (24)
- # clojure-finland (2)
- # clojure-italy (6)
- # clojure-nl (8)
- # clojure-spec (4)
- # clojure-uk (22)
- # clojurescript (44)
- # conjure (39)
- # core-async (64)
- # cursive (76)
- # data-science (15)
- # duct (3)
- # emacs (2)
- # events (5)
- # fulcro (30)
- # helix (4)
- # jackdaw (5)
- # juxt (1)
- # kaocha (1)
- # leiningen (4)
- # off-topic (9)
- # pathom (22)
- # re-frame (9)
- # reagent (33)
- # reitit (3)
- # ring (10)
- # ring-swagger (2)
- # shadow-cljs (192)
- # spacemacs (27)
- # specter (2)
- # sql (59)
- # vim (2)
Hello everyone, I have published two libraries that some of you might find useful :) 1. `memsearch` - A ClojureScript library to provide in-memory full-text indexing and search facilities. (https://github.com/coderafting/memsearch) 2. `humane-time` - A ClojureScript library to help produce meaningful statements out of date-time and intervals. (https://github.com/coderafting/humane-time)


Hi all, My Clojure Gherkin testing library https://github.com/jrwdunham/tegere is in a usable state, so check it out if you're interested. It lets you specify tests using the simple https://cucumber.io/docs/gherkin/reference/ language and lets you implement the step execution in Clojure. It uses https://github.com/Engelberg/instaparse to parse the Gherkin and a bit of https://github.com/tonsky/datascript to implement the scenario filtering. Feedback welcome. Enjoy!
Babashka pods are an exciting new way to extend babashka dynamically with features provided by other programs. They are introduced in babashka v0.0.92 released today. Babashka pod documentation: https://github.com/borkdude/babashka/blob/master/doc/pods.md Follow up in #babashka
the links to example pods seem to be broken @U04V15CAJ
@U2845S9KL you can now hook emacs + CIDER nicely to Babashka with the recent nrepl support 😉
Babashka pods are now available on the JVM as well! https://github.com/babashka/babashka.pods