Fork me on GitHub
#jobs-discuss
<
2019-04-16
>
Functional Miles10:04:39

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

trevor12:04:28

I’ve always had an affinity for instaparse. IMHO the best written clojure library

mccraigmccraig12:04:02

ztellman/aleph , ztellman/manifold , funcool/cats , re-frame

Functional-Tom12:04:31

funcool/cats = category theory?

mccraigmccraig12:04:04

yeah @U5DFD9LLB, mostly for some monads and the monadic let (`mlet` same as do in haskell) syntax

Functional Miles13:04:05

@U0516F690 Nice that's great to know!

Functional Miles13:04:53

@U0524B4UW that's quite interesting as i's something that I wouldn't have associated with Clojure originally. Thanks for expanding my mind 🙂

Functional-Tom13:04:56

@U0524B4UW, very interesting. Do you know of any companies using it in production or is it more of a geeky library to play around?

mccraigmccraig13:04:19

@U5DFD9LLB we (yapster) have a reasonably large production clj+cljs codebase using it

Functional Miles08:04:43

@U9U0G3Q8Y nice! That's good to know 🙂

mauricio.szabo16:04:32

HoneySQL, Reagent, Clara-Rules are currently what I'm working with

claudiu15:04:03

Fulcro, mount, pathom. Shadow-cljs for both client & server (nodejs)

mauricio.szabo15:04:51

@U3LP7DWPR nice, I'm beginning to use shadow-cljs for both too!

parrot 4