Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Aside from the difficulty in porting the C to the Palm OS due to the kludged or complete abscence of STL (I really mean standard library--Sorry) support, the changes you would have to make to the actual design of Perl are rather significant. At best, you would end up with a "Perl-like" program.

First, the Palm OS doesn't have STDIN, STDOUT or STDERR. Now, the MacPerl people overcame that rather creatively, but since the Palm OS doesn't have a filesystem (at least not in the traditional sense), not even the most basic functionality exists. What you would have to do, I suppose, is write some sort of complicated system wherein you created a large resource database and then wrote an interface to it that emulated traditional filesystem calls.

In the end, I don't understand how useful this would be. If you need a certain Perl-like functionality in a program, you would be better off trying to simply implement that functionality in a traditional Palm application.


In reply to Re: palm perl porting, problems? by mvaline
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-19 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found