This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-09
Channels
- # announcements (6)
- # babashka (17)
- # beginners (70)
- # calva (6)
- # chlorine-clover (88)
- # cider (9)
- # cljs-dev (9)
- # clojure (66)
- # clojure-australia (3)
- # clojure-czech (5)
- # clojure-europe (73)
- # clojure-nl (5)
- # clojure-spec (62)
- # clojure-uk (38)
- # clojurescript (30)
- # cursive (10)
- # datomic (16)
- # events (1)
- # figwheel-main (1)
- # fulcro (6)
- # graphql (21)
- # helix (4)
- # jackdaw (1)
- # jobs-rus (1)
- # kaocha (3)
- # luminus (11)
- # malli (28)
- # pedestal (3)
- # re-frame (2)
- # reagent (3)
- # sci (2)
- # shadow-cljs (21)
- # spacemacs (2)
- # sql (25)
- # timbre (2)
- # tools-deps (9)
- # tree-sitter (1)
- # xtdb (21)
Hi all, I made a drop-in-replacement for clojure.core/atom
which records 'count of updates' and 'count of attempts to update' - ie it can be used to get an idea how much your threads are clashing: https://gist.github.com/henryw374/3627fb85be5cd909801b405b995428df . Ofc it adds some overhead of its own vs clojure.core/atom
depend on it from deps:
com.widdindustries/stats-atom {:git/url ""
:sha "f35fb32cfa6d4d0781c1c03983f9589cb04cbe4f"}
any feedback welcomePGMIG 0.5.0 is out ✨ New: • Support native-image programmatic migrations via https://github.com/borkdude/sci • Add cli option for the migration format: sql (default), clj, edn • Support EDN migrations (uberjar only) • Print version command Release notes: https://github.com/leafclick/pgmig/blob/master/CHANGELOG.md This release you can even grab pre-built binaries for Linux/Mac/Windows here: https://github.com/leafclick/pgmig/releases/tag/v0.5.0 Shout out to @borkdude for SCI!
Zdravím Kamile 👋 I enlisted Windows binary of pgmig
in scoop-clojure bucket there among other great tools built using Clojure and Graalvm's native-image.
https://github.com/littleli/scoop-clojure
PR https://github.com/littleli/scoop-clojure/pull/127
Every scoop installer user on Windows can now easily install pgmig
with convenience of single command:
scoop install pgmig
I hope someone finds it useful.
Cheers :flag-cz: After a bit of a hiatus, a new version of cljstyle
is available! Version 0.14.0 fixes a few bugs, revamps the configuration file format, and offers a 2.3x speedup over the previous version. Pre-built binaries are available on GitHub, or can be installed via Homebrew.
https://github.com/greglook/cljstyle/releases/tag/0.14.0
I have recently finished some major updates to https://findka.com/biff, a full-stack web framework:
• Tight (but optional) integration with Terraform. Deployment is now just "set some config variables, run a few commands". I'm trying to achieve a firebase/heroku-like experience but without being tied to a particular platform.
• Project templates for single-page and multi-page apps: run bash <(curl -s
to get started.
• Simplified code structure. It's easier to understand now.
• Various cleanup/small improvements, e.g. moved from immutant to jetty.
• And I've kept all the documentation up-to-date. (Check out the new https://findka.com/biff/#overview section).
To help Biff grow, I've been considering giving free one-on-one mentoring to people who want to learn web dev in Clojure (with Biff), as my schedule allows. Fill out this quick survey if you're interested: https://airtable.com/shrKqm1iT3UWySuxe.
There's also a #biff channel by the way.
The documentation looks really good