integrant

agorgl 2025-12-09T23:09:55.955639Z

Hello! Quick question, now that in integrant v1 the prep/prep-key functionality is removed, isn't integrant.repl outdated?

weavejester 2025-12-10T05:41:18.639139Z

Integrant-REPL doesn't use prep/prep-key. It has its own prep function, but this is unrelated to the one in Integrant, which I understand is confusing. Since Integrant itself now no longer has a prep, there should be less of an issue in future.

weavejester 2025-12-10T05:42:39.928999Z

The prep function in Integrant-REPL essentially prepares the configuration file - likely loading it in and doing anything else it needs to do to get it ready. The exact mechanism is up to the user, and can be defined with set-prep!

agorgl 2025-12-10T08:01:41.521309Z

Ah I just checked the sources, you are right, sorry for the confusion!