HFQL
Why you are not using osgi for adding dependencies at the runtime? Clojure has some binding for felix
@sia.mohammady66 please provide links or further elaboration, you seem to have an insight but I am not able to reproduce it from your statement
Maybe i'm mistaken, but i think you are trying to have a plugin architecture & load new functionality during the run time. So if i understand correctly you need some functionality like what is already present in the OSGI. So possibly https://felix.apache.org/documentation/index.html could help. There is also some bridges between https://github.com/starship-tools/farana
Using OSGI & implementing plugin architecture using OSGI, make developing both harder & at the same time somehow more reliable
we will take a look
HFQL doesn't handle dynamic classpath loading, it's just a regular clojure library
but definitely dynamic loading is an adjacent topic and relevant
ty
Is HFQL available for public?
Hope to release technical alpha soon! We need to refactor some public repos and readmes and such
HFQL over Datomic entity including select *
HFQL over clojure.jar
This too built by @ggaillard