"jim.foobar" <jimpil1...@gmail.com> writes:

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

If you ship code to someone, they are going to be able to learn how it
works if they want.

There are things you can do to make it more difficult to varying
degrees, but nothing can make it impossible. It's basically the same
problem as making unbreakable DRM.

-Phil

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