by adamkl on 4/5/22, 11:47 AM with 60 comments
by gleenn on 4/5/22, 6:00 PM
by phyrex on 4/5/22, 7:59 PM
by swlkr on 4/5/22, 6:54 PM
I haven’t worked on this one much lately, but I’m happy to answer any questions!
by janetacarr on 4/5/22, 6:54 PM
We have several production grade libraries and frameworks for serving webpages. Reitit(router), yada(http standards), bidi(router), aleph (netty wrapper), ring (jetty wrapper), pedestal (bundle of libraries), luminus (self described micro-framework), the list goes on, yet Clojure's biggest pain point is the lack of other production grade libraries for other/mundane things.
If the libraries do exist, they can barely cut a stable release (like 2.0.0-alpha24) or keep up with changes to prevent software rot.
by cube2222 on 4/5/22, 5:56 PM
That said, I don't really have any good use case for it right now, whether at work, or among my side projects.
by 0xferruccio on 4/5/22, 8:33 PM
The first project we built together with it was called magehash, and it was an app to monitor websites for Magecart attacks (code injection stealing credit card data).
That project ended up not working out, but I’m using a lot of the lessons I learned with Sean at my new project (https://www.june.so) which is ironically a Rails app and we keep in touch on Twitter regularly
by maxfurman on 4/5/22, 6:16 PM
by phtrivier on 4/5/22, 8:25 PM
Any reason why this should be used instead of cooking up ring / hickup / whatever ?
by mark_l_watson on 4/5/22, 6:58 PM
by the-alchemist on 4/5/22, 6:23 PM
by elwell on 4/6/22, 1:36 AM