clr

bobcalco 2023-02-05T21:02:32.050499Z

CLOJURE_LOAD_PATH seems to work for starting a main script but not for using namespaces in a project on the load path. I'm working on a library and at the same time on a project that uses it. I can confirm CLOJURE_LOAD_PATH is set correctly. When REPLing in to the main script from within the library at its root, using namespaces inside it works. When REPLing in to the main script from the external project using it, main runs, but I can't use namespaces inside the library. This means to use the namespaces in the external directory I HAVE to precompile the namespaces. But should use/require and friends not consult the CLOJURE_LOAD_PATH as well?

👍 2
bobcalco 2023-02-06T17:08:13.165409Z

@dmiller let me know when you want to catch up on this today

dmiller 2023-02-06T17:15:40.286559Z

I'm about to grab some lunch. Anytime after 1:15 EST is fine.

bobcalco 2023-02-06T17:16:17.471249Z

ok - let's do 1:30 EST

bobcalco 2023-02-06T17:16:21.979449Z

send me a link the usual way

bobcalco 2023-02-06T17:16:41.485799Z

unless you want to do it differently of course lol

dmiller 2023-02-06T17:17:07.658719Z

ok

bobcalco 2023-02-05T21:25:15.266009Z

@dmiller if you'd like to see this I can show you in a zoom or whatever. Let me know when you have availability.

dmiller 2023-02-05T22:28:00.575309Z

Yeah, need to see it. Those things all go through load ultimately. i'm available most of Monday.