Fork me on GitHub
#pedestal
<
2020-03-02
>
isak23:03:15

Anyone have any experience using pedestal as a component controlled by a component library like integrant? Was it easy to get a good REPL experience going?

vemv03:03:00

we use it with Component at work, and it works quite well. This is our wrapper: https://github.com/nedap/components.pedestal . it has some custom idioms like those kws namespaces but it could be forked if deemed too weird. (btw, since we prefer defn to defrecord, the code might be salvaged for Integrant) In general Pedestal can be a bit picky about "reloaded workflow" integration and accomplishing it has given me occasional headaches.

isak15:03:05

@U45T93RA6 awesome, thanks!

isak15:03:14

I was starting to get that impression 🙂