Why is this not sane?
Of course you can do whatever you want, but why might this not be a good idea? Perl is quite large. The entire Perl interpreter is required to run any piece of Perl code. Thus, if your app requires Perl, it will take up a huge amount of storage space. Furthermore, it will probably be quite processor-intensive to run. Java is already expensive to run, and you will be adding the Perl executable on top of that.
Of course, many (most? (all?)) tasks are much easier to accomplish in Perl than Java. That being said, Java can do pretty much anything. It may be more annoying to write it in Java, but it is almost certainly still preferable to stick with one widely available environment for your project. The cost of adding Perl is just too high on a mobile device with limited resources.
When's the last time you used duct tape on a duct? --Larry Wall
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|