binaryage / cljs-oops

ClojureScript macros for convenient native Javascript object access.
Other
351 stars 13 forks source link

Thanks for Oops! #25

Closed theronic closed 3 years ago

theronic commented 4 years ago

Hey Binaryage, just want to say thanks for Oops, because man this just saved my butt working on my Cljs-based lockdown project.

I was having a hard time with name-mangling even with :optimizations :simple interfacing with Algolia, and ocall worked straight away. I feel like this should be part of the standard Cljs interop.

Cheers P.

darwin commented 4 years ago

Thanks. I'm glad it helped.

I would recommend looking into https://github.com/applied-science/js-interop as well. If js-interop library had existed at the time I would not write oops.