From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9bb2f8291201ed9f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!news2.telebyte.nl!humbolt.nl.linux.org!news.nl.linux.org!transit.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Message-Id: <4181ed66$0$78749$e4fe514c@news.xs4all.nl> From: Rob Veenker Subject: Re: PDA's Newsgroups: comp.lang.ada Reply-To: veenker@xs4all.nl Date: Fri, 29 Oct 2004 09:12:38 +0200 References: <6742e829462b57131914a1861800f58e@localhost.talkaboutprogramming.com> User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit NNTP-Posting-Date: 29 Oct 2004 09:12:38 CEST NNTP-Posting-Host: 80.126.254.34 X-Trace: 1099033958 news.xs4all.nl 78749 [::ffff:80.126.254.34]:10057 X-Complaints-To: abuse@xs4all.nl Xref: g2news1.google.com comp.lang.ada:5820 Date: 2004-10-29T09:12:38+02:00 List-Id: stephane richard wrote: > "ps42" wrote in message > news:6742e829462b57131914a1861800f58e@localhost.talkaboutprogramming.com... >> I'm looking for a pda that i can programme. So i can basically put my >> own >> buttons and informtion on. >> >> Any information on a PDA that does that, or a specific software and pda >> that i can use, would be great. >> >> Thanks >> > > As far as programmable PDAs goes, There's more than one model. I've found > some programming language or another on pretty much all of Palm's series > of > PDAs. I have a PSION REVO+ which I happen to like alot because of it's > layout and that one is programmable as well in OPL (a somewhat BASIC like > language) C++ and Java and of course Assembler. > > For palm: http://mobile.eric-poncet.com/palm/tutorial.html > > For PSION PDAs you can go to the Symbian OS website > http://www.symbian.com/developer/ > > The good think about a Symbian OS machine, is that Ada can be compiled to > Java bytecode and Symbian can/does run Java. > > My 2cents ;-) > > Stephane Richard > "Ada World" webmaster > http://www.adaworld.com Besides JGNAT, which works well on most PDA's (the trick is to get a JVM :-) there now is MGNAT for PDA's as well. There will be a tutorial by Martin Carlisle in the next SigAda conference in Atlanta. I have already successfully ported (well copied and compiled :-) some applications on the iPAQ. It integrates even into the Visual Studio .Net so you can debug the Ada code as well on the emulated PDA. For this, MGNAT generates debug info into the .IL files There should be an official release soon -- regards, Rob Veenker