I haven't tried VTK, but you might find my clojure-python lib useful. It's something I spent a little bit of time on a couple years ago, and have been meaning to get back to it to improve it and turn it into a robust and respectable library ;), but I haven't had a need for Jython interop in anything I have been working on lately, so it's hard to prioritize it. That said, you may find this lib useful, or get some ideas from looking at the source: https://github.com/rplevy/clojure-python
On Sun, Jun 24, 2012 at 4:07 PM, Antonio Recio <[email protected]> wrote: > The python line that I have rote before is not the one that I want to > convert. The correct python line is this, and the result is "0". How I can > convert it to clojure? > print vtkDataSetAttributes.SCALARS > ;=> 0 > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
