D vs. C#
Walter Bright
newshound1 at digitalmars.com
Mon Oct 22 15:06:06 PDT 2007
Ary Manzana wrote:
> Walter Bright wrote:
>>> To force developers to distribute their sources excludes a big part
>>> of the software world as it is today.
>>
>> Not the Java world - decompilers are common and effective.
>
> You can obfuscate the bytecode, which makes it very difficult to analyze
> and change it. (check for example ProGuard)
ProGuard just renames the identifiers. A source code obfuscator can do
the same thing.
More information about the Digitalmars-d
mailing list