clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
mmeix 2019-12-21T10:36:14.016400Z

From reduce to reducers to … ? The suspense ist killing me! 😋

mmeix 2019-12-21T10:36:35.016800Z

Thanks for yesterday’s Episode!

mmeix 2019-12-21T11:25:11.017800Z

ad hoc: what is the preferred way to consume xml into Clojurescript? (while waiting for “XML! XML! XML!” 😁 )

nate 2019-12-21T16:10:54.019400Z

@mmeix glad to hear you're enjoying the series. It's been a fun one to record.

nate 2019-12-21T16:13:55.021100Z

And for reading xml in cljs, I haven't had to do that myself, but I'd probably start with https://github.com/funcool/tubax, looks promising.

mmeix 2019-12-23T11:22:20.026600Z

meander looks really interesting …

porkostomus 2019-12-23T11:25:42.026800Z

Yes, I've been wanting to find some excuse to use that for awhile...

mmeix 2019-12-23T11:26:39.027Z

I see possibilities to use this in transforming (internal) music structures

mmeix 2019-12-21T16:48:04.021300Z

Thanks, will try

adamfeldman 2019-12-21T20:36:13.021900Z

Specter and similar tools can help if you need to query and/or transform the XML after you read it in https://github.com/redplanetlabs/specter

adamfeldman 2019-12-21T20:55:52.022200Z

For something a bit lighter than Specter: https://vvvvalvalval.github.io/supdate/

nate 2019-12-21T20:59:33.022600Z

Or https://github.com/noprompt/meander