Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: palm perl porting, problems?

by bikeNomad (Priest)
on Jul 24, 2001 at 19:31 UTC ( [id://99366]=note: print w/replies, xml ) Need Help??


in reply to palm perl porting, problems?

One big problem with porting anything Unix-ish to the Palm is its segmented memory architecture. Memory lives in segments that can only be up to 64K (it was, I believe, 32K in earlier versions of the PalmOS). Because of this, anything that has big tables (like the yacc-based parser in Perl) would have to be re-written to accomodate the chunked memory.

Additionally, there are lots of Unix-isms in the Perl source code. Like assuming that you have files, for instance, or directories. Or, for that matter, that there are standard streams connected to a spawned program.

I looked at porting Perl to the Windows/CE OS and found that the Unix-isms would have taken some working around. The current port of Perl to WinCE provides its own console so it can simulate file redirection (which doesn't exist on PocketPC architecture).

You may be better off looking at one of the cross-compiler environments if you just want to write Palm apps (I'd recommend PocketSmalltalk, but that's just one of many).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://99366]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-23 15:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found