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,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,109f2b1f7fd9559c X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: More about Ada as a programming language Date: 1996/05/09 Message-ID: <4mtiv0$73h@news1.delphi.com>#1/1 X-Deja-AN: 153930058 organization: Delphi Internet Services Corporation newsgroups: comp.lang.ada Date: 1996-05-09T00:00:00+00:00 List-Id: In <31919b09.38647862@news.saipan.com> G]_KRMdq asked: > what platform will Ada program run on? Does it do multimedia, graphics, etc? You can, of course, read from CDROMs, draw graphics, input/output with sound cards, etc, just as well with Ada as anything else. A few years ago I did a videotape editor on a PC, using RR's compiler. It used TV frame capture and sound cards, as well as a true GUI (user interacted with two TV monitors, remote controls, and yellow note pads shown on the computer's screen or on a TV set). Ada is particularly good at timing (you can program in terms of seconds, rather than 'clock ticks'). You can use separate Ada tasks to concentrate on video, sound, VCR control, etc, rather than juggling complex sets of call-back routines. I ported the 'edit' part of that system to the Macintosh using Meridian's Ada compiler.