Re: How to bind a C# value in clojure-clr using the C# API.

2014-11-12 Thread rvdalen
Gary, Thanks, this is awesome. It really helps a lot. Converting from Java to C# is straight forward. Exposing a function to set the value of an atom seems like a good approach. I will play with this idea a bit later tonight. With this info I should be able to get something working for now, ev

Re: How to bind a C# value in clojure-clr using the C# API.

2014-11-12 Thread Gary Verhaegen
I can't directly help you with C#, but I think the problem here is not related to the host platform, and the code snippet below (which is in Java) should be easy enough to translate. It's a bit tricky because def is not actually a function and can thus not be accessed from Java (or C#) using the o