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=-1.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2d64ad65e3565357 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-23 03:06:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!deine.net!freenix!enst!enst.fr!not-for-mail From: Samuel Tardieu Newsgroups: comp.lang.ada Subject: Re: Ada for Palm ? Date: Sat, 23 Mar 2002 12:04:24 +0100 Organization: Ada addicts (see http://www.ada-france.org/) Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <5ee5b646.0203221928.6ff024c@posting.google.com> <3c9c5ae9_2@news.tm.net.my> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: avanie.enst.fr 1016881562 57869 137.194.161.2 (23 Mar 2002 11:06:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sat, 23 Mar 2002 11:06:02 +0000 (UTC) Return-Path: Content-Disposition: inline In-Reply-To: <3c9c5ae9_2@news.tm.net.my> User-Agent: Mutt/1.3.27i Precedence: special-delivery X-WWW: http://www.rfc1149.net/sam X-Mail-Processing: Sam's procmail tools X-ICQ: 21547599 X-Sam-Laptop: yes Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 X-Reply-To: Samuel Tardieu List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:21575 Date: 2002-03-23T12:04:24+01:00 On 23/03, Adrian Hoe wrote: | Is Villiers asking for an Ada compiler which works on the Palm? I think | Villiers wanted to write Ada program and compile it on the Palm. | | Boy.. I am little confused. No, you're not, it's only because I made the assumption (which I still hold) that you do not have enough memory on the Palm to host the Ada compiler there (be it executed by the JVM). Have a look at a typical GNAT executable (not including the runtime), you will see that it is unlikely to go under 8MB (or even 16MB) of size. On the other hand, a Forth compiler takes typically 50kB on the Palm, that's why I suggested using this language instead for on the road programming. Sam