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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,63585ba5c5be8595 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Ada to Motif bindings Date: 2000/04/10 Message-ID: <2000Apr10.082953.1@eisner>#1/1 X-Deja-AN: 609081177 References: <38E8E8CE.81EC851F@mitre.org> <38EAC651.1DD94F40@home.com> <8cffvp$q0s$1@nnrp1.deja.com> <38EC2DC6.E17A407B@home.com> <38F17693.F32F2074@home.com> X-Trace: news.decus.org 955369796 1723 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 2000-04-10T00:00:00+00:00 List-Id: In article <38F17693.F32F2074@home.com>, Glen Cornell writes: >> What features in Ada do you feel causes such a mismatch? > > Ah! A loaded question. I wouldn't be so foolish to voice my opinion to > the world! > > I will point out that Xlib/Xt/Xm programming in Ada brings a new source > of potential errors: > > 1. Ada-c type conversions. > 2. Ada run-time conflicts with the Xt process model. > 3. Ada threads and the single-threaded nature of X. But the single-threaded nature of X is an issue in any programming language. If you have a requirement to use multiple execution contexts in parallel, you better do it in separate processes, regardless of programming language.