Re: How to use params in java?

2011-04-05 Thread monyag
It's worked! thank you -) -- 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

Re: How to use params in java?

2011-04-03 Thread monyag
> pain. As you can see, interop to Java doesn't just happens but it must > be designed into a library. You may want to consider adding an interop > layer on top that vijual thingy or use plain scripting for everything > and not use invoke. > > On Apr 3, 11:18 am, monyag wrote:

Re: How to use params in java?

2011-04-03 Thread monyag
should be able to construct myParams. > > On Apr 2, 4:32 am, monyag wrote: -- 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 - pl

How to use params in java?

2011-04-02 Thread monyag
Hi! I use clojure from java. And I don't know how to send params to clojure I use "Vijual Graph Layout Library for Clojure" (https://github.com/ drcode/vijual). Some methods has params, for example: (draw-graph-image [[:a :b] [:b :c] [:c :d] [:a :d] [:e :f] [:a :f] [:g :e] [:d :e]]) or (draw-