Hi, I have a basic editor, which uses clojure-clr as a lib.
I need to pass a C# value into an instance of clojure-clr, using the clojure-clr C# api. I tried something like: Symbol s = Symbol.intern("*appState*"); IFn def = Clojure.var( "clojure.core", "def" ); def.invoke( s, appState ); but it complains about the arguments to def. Can anyone point me in the right direction here please. I know clojure-clr has its own mailing list, but I could not get an answer there, and the Java & C# api should be almost identical regards --Rouan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.