fractl-io / fractl

Generative AI-powered Programming Language
Apache License 2.0
109 stars 4 forks source link

Support to import and load clojure dependency on loader #1317

Open pratik-fractl opened 2 months ago

pratik-fractl commented 2 months ago

Currently, via loader we can only intern components from each model be it main model or dependency model. But, if design studio wants to have clojure dependency, it must also be imported and made available from loader.

vijayfractl commented 1 month ago

Fractl cannot load clj/java dependencies on-the-fly. For this the model must be build into a standalone jar (which basically produces a customized fractl runtime).