Hi!
I am currently investigating if it is possible to convert a part of a
big Java system to Clojure. The reason for this is to make this part
run in parallel and hence ease the implementation by porting it to
Clojure. The problem is that these parts of the system is today
setting and changing a lot mutable data in a lot of different objects.

Which approach do you think i should have when i try to port these
Java methods? Should i try to retain the Java structure and change
these objects or is it better to create my own data structure and
somehow manage them? Does anyone have any experience in integrating
Clojure in a big Java solution? Also i should mention that i'm quite
new to Clojure, and functional programming overall. :)

Thanks

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to