clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
2020-02-22T16:05:59.001800Z

Hello, does anyone know how to call a generic method in CLR? I'm attempting to call object.GetComponent<Rendere>() in Arcadia and not having any luck with the interop.

2020-02-22T16:06:11.002100Z

Also I have absolutely no idea what I'm doing.

borkdude 2020-02-22T19:19:44.000300Z

@peterwestmacott> The community for ClojureCLR is on gitter, you’ll get a better response there

2020-02-23T14:31:51.003100Z

Thank you, that's god to know.

2020-02-22T21:29:33.002800Z

@peterwestmacott to add to borkdude's advice, there's an Arcadia channel on gitter. it seems more likely you'll get a better response there. on a side note, you might find selfsame's hard library to be of interest: https://github.com/selfsame/hard -- the core.clj file has something near the bottom that may be related to your specific question.

2020-02-23T14:32:18.003300Z

sweet, I'll take a look