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.
Also I have absolutely no idea what I'm doing.
@peterwestmacott> The community for ClojureCLR is on gitter, you’ll get a better response there
Thank you, that's god to know.
@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.
sweet, I'll take a look