I don't think that the C code for Perl uses the C++ STL.

Aside from that, I can see cases where it might make sense to have Perl (in some form) available on the Palm. Your comment about "Perl-like" may be right on the money; for instance, imagine a byte-code interpreter that lacks string eval (and hence the compiler and its huge tables). This could work like a cross-compiler; you'd spit out bytecodes into a .PDB file, and there could be a minimal Perl VM in a .PRC that could interpret the bytecodes.

As long as you don't use string eval (and this would rule out, for instance, having a Perl compiler or full-featured debugger that actually ran on the Palm), this might be a good way for Perl-fluent programmers to make Palm apps — when loaded with Palm-specific Perl modules so you can do something useful with the Palm databases, inter-process communication, and events.

Much as I'd like to see a real language environment that I could program on the Palm (perhaps with an attached keyboard), having a quick way to knock off Palm apps would be a real win.


In reply to Re: Re: palm perl porting, problems? by bikeNomad
in thread palm perl porting, problems? by dr_lambado

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • 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, details, 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, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.