announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
wilkerlucio 2020-09-24T15:19:13.000800Z

Hello everyone, today I'm releasing [com.wsscode/js-interop "0.0.1"], this library provides an alternative way to read CLJS data structures from JS using JSON-like interface. Check more details at the release post https://wilkerlucio.github.io/alternative-to-clj-js/, and I open a discussion space on Clojureverse https://clojureverse.org/t/an-alternative-to-clj-js/6591. Library code at https://github.com/wilkerlucio/js-data-interop. Cheers!

13πŸ‘
mkvlr 2020-09-25T11:53:24.008700Z

@wilkerlucio not sure, maybe a renaming the artifact to com.wsscode/js-data-interop to unify with the github repo if it’s not too much work? But also not a big deal I think, guess it’s what namespaces are for.

wilkerlucio 2020-09-25T14:34:26.012100Z

I'm not attached to the name, I'll change to js-data-interop in a next release to reduce confusion πŸ‘

1πŸ‘
mkvlr 2020-09-24T17:35:59.002800Z

are you aware of https://github.com/applied-science/js-interop ?

wilkerlucio 2020-09-24T21:20:01.003700Z

hello, no, wasn't aware, seems a nice library for dealing with JS obj directly, the thing I'm doing is quite different with JS proxy, do you think the name is an issue?