This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-20
Channels
- # announcements (42)
- # babashka (70)
- # beginners (152)
- # chlorine-clover (19)
- # cider (14)
- # clj-kondo (23)
- # clojars (15)
- # clojure (86)
- # clojure-denmark (1)
- # clojure-dev (5)
- # clojure-europe (57)
- # clojure-france (145)
- # clojure-hungary (2)
- # clojure-italy (5)
- # clojure-nl (7)
- # clojure-spec (35)
- # clojure-sweden (2)
- # clojure-uk (58)
- # clojurebridge (1)
- # clojured (1)
- # clojurescript (50)
- # core-typed (9)
- # cursive (10)
- # data-science (11)
- # datascript (4)
- # datomic (25)
- # emacs (8)
- # fulcro (49)
- # graalvm (7)
- # graphql (6)
- # joker (1)
- # juxt (2)
- # kaocha (1)
- # off-topic (22)
- # other-lisps (1)
- # pathom (20)
- # re-frame (3)
- # reagent (11)
- # reitit (2)
- # remote-jobs (1)
- # shadow-cljs (44)
- # spacemacs (2)
- # sql (17)
- # tree-sitter (2)
- # vim (8)
- # vrac (2)
http://ClojureDocs.org has been updated from Clojure 1.9.0 to Clojure 1.10.1 today. Thanks to site creator and maintainer Zachary Kim and I believe also Ilya Bernshteyn for helping with the update.


Just published Chlorine version 0.4.7, socket REPL package for Atom. It adds autocomplete for bb v0.0.71 🙂. In this version, it Chlorine is also trying to get rid of an old dependency called Ink that, on my profiles, showed that can slow down older computers. It's behind a configuration (enable experimental features) because it can be unstable...
org.clojure/tools.cli {:mvn/version "1.0.194"}
-- https://github.com/clojure/tools.cli -- tools for working with command line arguments -- is now following the MAJOR.MINOR.COMMITS versioning scheme per other Contribs listed above. Follow-up in #clojure
It says "Show 2 newer tags"
I’m super familiar with the releases feature of GitHub… I just shared this because this situation can sometimes trip up people who are not familiar with it
Contrib projects have tags created via the Maven release process. I guess I accidentally created a GitHub release for 0.4.1 for some reason...
Your call if you want to do something about this, but I’d suggest that it could be a little confusing to sometimes create a “release” entity for a release and sometimes not do so.
Deleted the GH release 🙂
No idea why I created a GH release for 0.4.1. Must have been having a bad day 👀
https://github.com/wandersoncferreira/mamulengo --- small project that might be ready for some users! Lightweight database based on datascript
with durable store and time travel for Clojure(Script). Not everything must be highly scalable and distributed! Sometimes I just need SQLite and now I can have it with datalog all over the place 😃
I think the main point is that it doesn't scale and distribute. It only runs on one machine I guess.
I think datahike supports just writing to a directory/files on disk, without needing a database (postgres/h2). Since this lib also supports CLJS > localstorage, that doesn't seem like a big leap?
@U04V15CAJ cool, if I had found this last month probably I wouldn't write this from scratch! haha I will take a look at datahike when have sometime available!
I think a big difference is that datahike persists all indexes, whereas this rebuilds the other indexes from datoms each time it starts up: https://github.com/wandersoncferreira/mamulengo/blob/master/src/mamulengo/internals.cljc#L38
> if I had found this last month probably I wouldn’t write this from scratch! I wonder if it might be helpful to have a dedicated channel for “Has anyone already solved this problem?” or “Does this library already exist?” kinds of questions. :thinking_face:
hahah! I have to be honest, my search was very poor and I learned so much in the process of making it! hehe But in fact, this channel is necessary!!!
Clojure 2020 survey results! https://clojure.org/news/2020/02/20/state-of-clojure-2020



Alternative interpretation of graphs: a lot of tinkering was converted to real work and companies that use Clojure grew fast.
@U064X3EF3 Looks like the org size is reported twice instead of # people using Clojure?
shoot, thx
too many images
some of the images have text labels that end in "..." -- that makes it a bit difficult to know what is being referred to exactly. is there something i'm missing that might help me to see the labels more fully?
if you go to the full results (linked at top and bottom), you can dive into or download all the data in detail
Clojure really is a work tool. This is Calva users over the last two months. Roughly half the numbers during weekends, and see what happened during x-mas. (If you think you see a general increasing trend, I agree with you. I think Clojure is growing as we speak. Homebrew install stats indicates the same.)
and some of my own feedback on the open text results: https://insideclojure.org/2020/02/20/clojure-survey/
