For example, I have a php script which contains the source code. I uploaded it to my web server. For some reason, some attacker could be able to download that file from my web server. They can be able to read and analyze my source code.
So i think this makes interpreted languages (like php ...) not secured vs a compiled language (which contains only binary form).
I want to hear different opinions about this.