[REBOL] Re: Population of PDA Users
From: rebol:programmer at: 7-Apr-2001 19:27
I use a PalmIIIxe here... And currently program for it in assembler...
I wish I could use Rebol on it, but there is a good reason why rebol has not
been ported to PalmOS: palmOS does not allow apps to use much RAM as heap
space (less than 32k as I recall). Rebol normally uses a few megs I think.
It would be theoritically possible to do a Rebol port, but it would be
VERY slow (due to page swapping between the heap and storage RAM, and the
fact that the Palm only has the equivelent of a 68020 processor)
- Cal Dixon