Arjun Shastry wrote:XML file parsing ? Is there any advantage of writing server side applications in Clojure over Java ?
Clojure has a standard library for parsing XML to data structures and rendering data structures to XML:
https://github.com/clojure/data.xml
As Hussein said, concise code, immutability, and higher order functions are all big benefits of Clojure over Java.
We've been using Clojure in production for two years to power increasingly larger parts of the server side of our Internet dating platform and we're very happy with the results.