2007-09-07 22:09:45 UTC
> I suppose Java is out there, but I've never been able to write anything in that "quickly" and what I've written has sure never seemed to run "quickly" either.
If you're only wanting to target palm and wince/pocketpc, you could do well to try out SuperWaba - it's a cut-down java vm, with a very nice and well thought out API that allows good GUI apps to be built quickly.
And once you've got your prog working, if you want speed at the cost of footprint, you can then compile your prog with SuperWabaJump - produces a vm-free raw binary that runs like greased lightning.
Cheers
David