Hacker News new | ask | show | jobs
by capableweb 2243 days ago
I think this is a solved problem already, at least for Clojure JVM which can leverage AOT compilation. Maybe this library would help getting something similar for ClojureScript and Clojure-CLR, but at least ClojureScript that is compiled to JS wouldn't really gain anything here.

I think the use case for this library is less about saving things locally for reuse later and more about communication between multiple different services/runtimes.

1 comments

How does AOT resolve the issue?