This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-03
Channels
- # announcements (11)
- # atom-editor (8)
- # aws (16)
- # babashka (34)
- # beginners (59)
- # calva (32)
- # cider (8)
- # clj-kondo (43)
- # cljs-dev (52)
- # clojure (26)
- # clojure-europe (11)
- # clojure-italy (2)
- # clojure-nl (5)
- # clojure-spec (16)
- # clojure-uk (44)
- # clojurescript (5)
- # core-async (21)
- # cursive (14)
- # datomic (53)
- # figwheel-main (4)
- # fulcro (5)
- # graphql (6)
- # java (3)
- # kaocha (5)
- # leiningen (6)
- # local-first-clojure (1)
- # malli (25)
- # off-topic (40)
- # other-languages (1)
- # pathom (5)
- # pedestal (3)
- # re-frame (4)
- # reitit (2)
- # reveal (8)
- # rum (21)
- # sci (16)
- # shadow-cljs (90)
- # spacemacs (8)
- # tools-deps (10)
- # vrac (6)
- # xtdb (12)
We are open-sourcing Sequence! it’s an early version, but solves a lot of problems I had working for fintechs companies. I published some of the design on this blog post: https://decimals.substack.com/p/things-i-wish-i-knew-before-building (also linked in the readme) https://github.com/decimals/sequence
Nice 🙂 @U010WB5T5EW What is the licence of this project?
@U010WB5T5EW Nice, it looks like you're using Stoplight to document the API of the project 🙂
@U010WB5T5EW I've designed and implemented Prism: https://github.com/stoplightio/prism
Hey @U015VUATAVC, great meeting you. I love Stoplight and all the OSS projects
@U010WB5T5EW Sweet. Help me convince the company to switch to Clojure
I tried to make my last employer switch too, they didn’t, so I left, created my own company and it’s all Clojure now :rolling_on_the_floor_laughing:

I hope you'll enjoy reading my latest blog post on Meyvn, if only for the historical tidbits around Clojure tooling. "When we we say that Clojure is hosted on the JVM, we often forget the corollary, that Clojure tooling is built on Maven. We'd be forgiven for the oversight: the tooling is good at keeping Maven out of sight. But Maven is everywhere: in Clojars as the repository format, in Boot where Pomegranate is used as the interface for the Maven resolver, in `tools.deps` which harnesses the Maven resolver directly... Meyvn takes the ubiquity of Maven to its logical conclusion, delegating all tasks to Maven's execution engine." Oh, and did you ever wonder where Leiningen gets its name from? https://danielsz.github.io/blog/2020-09-01T1556.html.