Fork me on GitHub
#announcements
<
2019-07-27
>
emil0r12:07:18

Put together a small library for creating plugins. Hope someone else also has a use for it: https://github.com/emil0r/ez-plugin

clj 12
eggsyntax14:07:18

Plugins for what? 😉 You might want to edit your README and also your OP above to clarify that — after reading both, I still don’t know what your lib is for. I’ve done that myself, so I thought I should let you know 😉

emil0r14:07:31

Hmm, good point. It's meant for third party jars to plugin to an already existing system. Does that make more sense?

eggsyntax14:07:50

Maybe? — I can imagine something it might mean, but I’m not sure. What sort of already existing system? Like a Clojure project? Or is this about loading jars at runtime? Maybe an example use case would help.

emil0r15:07:22

Anything really. But I think I'll add support for loading jars at runtime

Jakub Holý (HolyJak)16:07:27

So editor plug-ins, pluggable transformations to config-driven transf. systém etc I guess?

emil0r16:07:41

Yes. Or a CMS, CRM, etc that wish to load plugins dynamically.

👍 12