Hey guys I was just wondering....

If we aot compile a namespace in clojure will it be harder to decompile than the Java equivalent? Recently, the concept of securing code came up where I work and was asked what Clojure does for that...Now, from what I've noticed libraries tend to be shipped with regular source-code rather than AOT compiled. what happens though if one wants to protect his code? java classes are very easy to decompile even if names have been obfuscated...Will the same thing happen in clojure? Presumably yes cos it is JVM bytecode at the end of the day...

Jim

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