datahike

whilo 2026-06-23T17:35:23.712649Z

@pat We have this issue, I am wondering whether we should rename our surface CPS abstractions.

whilo 2026-06-23T17:35:29.744349Z

What do you think?

pat 2026-06-23T17:36:19.040339Z

Hygiene maybe?

whilo 2026-06-23T17:36:18.746479Z

We could go with something missionary or core.async like not sure.

whilo 2026-06-23T17:39:34.434179Z

partial-cps is very portable, but I also ran into issues with async/await keywords when running an experiment to port it to basilisp.

pat 2026-06-23T17:45:10.395429Z

If the bindings are hygienic and its still broken id argue thats a cljs problem breaking userspace, but i am not tracking cljs changes idk. Might be simple as renaming the macros

whilo 2026-06-23T17:51:44.499659Z

I agree. It works if are imported under an alias. I will have to look into it more closely.