clojure-nl

Companies working with Clojure in The Netherlands: https://docs.google.com/spreadsheets/d/1NzOqY1v-OReB1IquUgHuT3Kh8K8jhPdlwBM6ds7id6Y/edit?usp=sharing
borkdude 2020-10-22T07:24:41.089Z

morning

2020-10-22T09:20:32.089900Z

but yeah, a batteries included application framework would help a lot

gklijs 2020-10-22T09:36:27.093200Z

It’s a lot of work to do it properly, maybe somehow relying on spring boot would be the least work. But it would be horrible code probably.

2020-10-22T09:38:00.093700Z

yeah spring boot is huge

2020-10-22T09:38:38.093900Z

and there are some aspects of spring boot that i don't like

2020-10-22T09:39:11.094100Z

the whole annotation driven magic can be a bit much

thomas 2020-10-22T11:28:33.094400Z

mogge

borkdude 2020-10-22T11:33:47.094600Z

mogguh

gklijs 2020-10-22T13:21:24.094700Z

Yes, spring fu is maturing trough, and replaces a functional approach for annotations. But with java having no other way to have macro like functionality it makes sense.