jobs-discuss

Job hunting, interview process and anything related to the experience of a job writing the Clojure language.
Functional Miles 2019-04-16T10:00:39.004200Z

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

Functional Miles 2019-04-17T08:45:43.006400Z

@ericcervin nice! That's good to know 🙂

jsabeaudry 2019-04-17T14:20:33.006600Z

integrant

jsabeaudry 2019-04-17T14:22:37.006800Z

hugsql

mauricio.szabo 2019-04-17T16:08:32.007200Z

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

Functional Miles 2019-04-18T08:13:01.007500Z

@jsabeaudry781 @mauricio.szabo Great insights!

claudiu 2019-04-18T15:01:03.007700Z

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

mauricio.szabo 2019-04-18T15:05:51.008Z

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

🦜 1
Functional Miles 2019-04-23T13:45:58.017700Z

@claudiu Very nice!

trevor 2019-04-16T12:11:28.004400Z

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

mccraigmccraig 2019-04-16T12:17:02.004600Z

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

Functional-Tom 2019-04-16T12:49:31.004800Z

funcool/cats = category theory?

mccraigmccraig 2019-04-16T12:52:04.005Z

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

Functional Miles 2019-04-16T13:19:05.005200Z

@trevor Nice that's great to know!

Functional Miles 2019-04-16T13:19:53.005400Z

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

Functional-Tom 2019-04-16T13:45:56.005600Z

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

mccraigmccraig 2019-04-16T13:48:19.005800Z

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

2019-04-16T23:04:44.006200Z

quil