After you write your code, and run it through press (which turns the
Objective-J code into javascript), you can run the javascript code
through an obfuscater. This will end up slowing down your code,
however it will make it harder for an amateur to look at you your
code. In the end, if someone wants to, they can find a way to look at
your code. This problem plagues not only Objective-J, but also
JavaScript, and Flash (with decompilers.)