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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1e21dc55d506e662 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f63g2000hsf.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: GNAT.Serial_Communications ? Date: Sun, 10 Aug 2008 01:15:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1e0b0b1c-e613-4cb3-a775-133fde3ecafc@f63g2000hsf.googlegroups.com> References: <4d081d5f-0aca-446b-a90e-cf5ad71ce9e4@59g2000hsb.googlegroups.com> <87tzduck12.fsf@willow.rfc1149.net> NNTP-Posting-Host: 88.170.86.208 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218356113 15430 127.0.0.1 (10 Aug 2008 08:15:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 10 Aug 2008 08:15:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f63g2000hsf.googlegroups.com; posting-host=88.170.86.208; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.15) Gecko/20080615 Iceape/1.1.10 (Debian-1.1.10-1),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1587 Date: 2008-08-10T01:15:12-07:00 List-Id: Steve wrote: > I am learning Ada and I find it quite funny that this serial stuff > happens as COM ports are no more available on the machines... > > Am I right spending my time trying to learn this language or is it > like latin (good to know some sentences to shine at tea time) ? > > I don't appreciate tea too much... Ada is not a special-purpose language that can only do serial port communications. You will benefit from learning Ada for any kind of programming. Multi-tasking, database interfaces, networking, graphical interfaces, embedded progamming, etc; Ada supports them all. -- Ludovic Brenta.