clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
2019-09-24T00:41:57.010100Z

@vlaaad that does sound interesting -- iiuc, dmiller (maintainer of clojure clr) was working on trying to get clojure clr to work with dotnet core (though i don't think w/ 3.0 yet). not sure how responsive people might be atm, but there has been more activity at: https://gitter.im/clojure-clr/community than here. if you look in both directions starting around here: https://gitter.im/clojure-clr/community?at=5d2ccf72eab6cd7763742f4a it might give some idea of the current state.

vlaaad 2019-09-24T06:23:18.010200Z

Very interesting, thanks. As I see, 1.10 is still not released for clr..

2019-09-24T07:59:58.012500Z

@vlaaad yes, i think that's right that 1.10 is still not released -- but at least a few of us have been using what's on master with some success, including datafy, nav, tap. if you're interested, here are some relatively up-to-date instructions for building (mostly tested on linux and macos): https://gist.github.com/sogaiu/58a15322da4290d63073326f00756846

vlaaad 2019-09-24T08:05:32.012700Z

thanks!