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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a1ce307c10055549 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-13 07:18:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: IBM Acquires Rational Ada Date: 13 Dec 2002 08:18:31 -0600 Organization: Berbee Information Networks Corporation Message-ID: References: <3DF1615C.7AAAC86E@adaworks.com> <3DF1B042.6603DDDE@easystreet.com> <3DF2A483.EC512CDF@adaworks.com> <8db3d6c8.0212091445.12594821@posting.google.com> <3DF628C4.7090607@cogeco.ca> <3DF6653D.3030603@cogeco.ca> <8db3d6c8.0212101850.51506572@posting.google.com> In article , "Marin David Condic" writes: > Also, if I were doing it, I wouldn't make bindings. I think that just ends u > p in the "Me Too!!!" category and makes your stuff dependent on what happens > in another language - also requiring you to haul around another compiler. If > you wanted a curses package, it would be better (and not that big a deal) to > implement it from the ground up in Ada and give it an Ada flavor while > you're at it. You could probably even dramatically improve it beyond just > cursor positioning and the like - give it more of a GUI feel (DEC had > something like this - pasteboards, windows, etc, all out of VT220's.) It is called SMG, and the entrypoints and features might make a useful design input for an Ada-style equivalent. Calling SMG from Ada works fine (on VMS) but it doesn't flow naturally.