hyperfiddle

Dustin Getz (Hyperfiddle) 2025-10-18T01:25:40.116259Z

HFQL

🔥 7
siavash mohammady 2025-10-20T07:08:16.368779Z

Why you are not using osgi for adding dependencies at the runtime? Clojure has some binding for felix

Dustin Getz (Hyperfiddle) 2025-10-20T11:00:59.913709Z

@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

siavash mohammady 2025-10-20T13:44:37.873869Z

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

👀 1
siavash mohammady 2025-10-20T13:46:05.188279Z

Using OSGI & implementing plugin architecture using OSGI, make developing both harder & at the same time somehow more reliable

Dustin Getz (Hyperfiddle) 2025-10-20T13:46:14.795679Z

we will take a look

Dustin Getz (Hyperfiddle) 2025-10-20T13:46:36.298989Z

HFQL doesn't handle dynamic classpath loading, it's just a regular clojure library

Dustin Getz (Hyperfiddle) 2025-10-20T13:46:59.764689Z

but definitely dynamic loading is an adjacent topic and relevant

Dustin Getz (Hyperfiddle) 2025-10-20T13:47:21.088619Z

ty

siavash mohammady 2025-10-18T10:17:01.007589Z

Is HFQL available for public?

Dustin Getz (Hyperfiddle) 2025-10-18T13:00:45.279559Z

Hope to release technical alpha soon! We need to refactor some public repos and readmes and such

👍 2
Dustin Getz (Hyperfiddle) 2025-10-18T16:26:47.691369Z

HFQL over Datomic entity including select *

Dustin Getz (Hyperfiddle) 2025-10-18T17:18:46.685449Z

HFQL over clojure.jar

Dustin Getz (Hyperfiddle) 2025-10-18T01:27:05.137179Z

This too built by @ggaillard