Fork me on GitHub
#announcements
<
2020-06-30
>
borkdude15:06:59

Blatantly stolen from clojure.spec.alpha, for anyone needing similar functionality: https://github.com/borkdude/dynaload

👍 39
JAtkins17:06:48

Is there any way to get similar functionality with cljs? Of course only in dev with no name mangling. I'm looking at what it would take to add a cljs extension system to an app

borkdude17:06:07

Take a closer look

JAtkins17:06:27

Point taken

hlship21:06:28

com.walmartlabs/lacinia 0.37.0 and lacinia-pedestal 0.14.0 Lacinia is an open-source implementation of Facebook's GraphQL specification, in Clojure. GraphQL is an outstanding approach to getting diverse clients and servers exchanging data cleanly and efficiently. GitHub repo: https://github.com/walmartlabs/lacinia Documentation: http://lacinia.readthedocs.io/en/latest/ Featured changes in 0.37.0: - Exceptions inside resolver functions are wrapped with extra data about field, query, location, etc. lacinia-pedestal adds support for accessing GraphQL as an HTTP endpoint GitHub repo: https://github.com/walmartlabs/lacinia-pedestal Documentation: http://lacinia-pedestal.readthedocs.io/en/latest/ Featured changes in 0.14.0: - New, simpler, more composable API in the com.walmartlabs.lacinia.pedestal2 namespace

👍 78