Hey everyone, Functional Miles here back with another question :thumbsup: I'm keen to know what your favourite libraries are to use within Clojure/Clojurescript? Whether that be Ring Compojure. Reagent, Reframe or other libraries ....This will be interesting to know as it seems that everyone has a different preference as to what they use and why. Please respond within this thread as it will be easier to read 🙂 Miles
@ericcervin nice! That's good to know 🙂
integrant
hugsql
HoneySQL, Reagent, Clara-Rules are currently what I'm working with
@jsabeaudry781 @mauricio.szabo Great insights!
Fulcro, mount, pathom. Shadow-cljs for both client & server (nodejs)
@claudiu nice, I'm beginning to use shadow-cljs for both too!
@claudiu Very nice!
I’ve always had an affinity for instaparse. IMHO the best written clojure library
ztellman/aleph , ztellman/manifold , funcool/cats , re-frame
funcool/cats = category theory?
yeah @functionaltom, mostly for some monads and the monadic let
(`mlet` same as do
in haskell) syntax
@trevor Nice that's great to know!
@mccraigmccraig that's quite interesting as i's something that I wouldn't have associated with Clojure originally. Thanks for expanding my mind 🙂
@mccraigmccraig, very interesting. Do you know of any companies using it in production or is it more of a geeky library to play around?
@functionaltom we (yapster) have a reasonably large production clj+cljs codebase using it
quil