clojure-nl

Companies working with Clojure in The Netherlands: https://docs.google.com/spreadsheets/d/1NzOqY1v-OReB1IquUgHuT3Kh8K8jhPdlwBM6ds7id6Y/edit?usp=sharing
skuro 2020-10-21T13:17:17.086600Z

good afternoon!

borkdude 2020-10-21T13:33:50.086800Z

afternoon!

kirill.salykin 2020-10-21T16:22:54.087Z

hola

gklijs 2020-10-21T17:22:52.088600Z

Listening to https://open.spotify.com/episode/7oVGRVFCbRGKsgJl6uIqDZ guess it would help if Clojure had a spring boot alternative.

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

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.