in reply to Re: Re: Re: Re: Re: Is there ever a time Perl is the wrong choice?
in thread Is there ever a time Perl is the wrong choice?

As far as decompling Java, have you ever tried doing it? It's valid Java sourcecode, most of the time, but is far from easy to use. Perl's much more introspective, however, and the bytecode is closer to the language. Most importantly, you don't loose the names of variables, since they're still relevant at runtime in perl.

I tried. There are exist a number of decomplilers for Java and most of them produce quite clear source code.

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org

  • Comment on Re: Re: Re: Re: Re: Re: Is there ever a time Perl is the wrong choice?