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.8 required=5.0 tests=BAYES_00,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b6d862eabdeb1fc4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.dizum.com!sewer-output!mail2news From: starwars Message: This is a Type II anonymous message, sent to you by the Winston Smith Project StarwarS mixmaster server at pboxmix.winstonsmith.info. If you do not want to receive anonymous messages, please contact pbox-admin@winstonsmith.info. Newsgroups: comp.lang.ada Subject: Re: Ada noob here! Is Ada widely used? References: <4c0a0124$0$7656$9b4e6d93@newsspool1.arcor-online.net> Message-ID: <3430877cdb9a3c6826ec9d033b779c58@tatooine.homelinux.net> Date: Sun, 6 Jun 2010 00:43:33 +0200 (CEST) Mail-To-News-Contact: abuse@dizum.com Organization: mail2news@dizum.com Xref: g2news2.google.com comp.lang.ada:12297 Date: 2010-06-06T00:43:33+02:00 List-Id: > How do Interfaces.COBOL and Ada.Text_IO.Editing fit in here? The support is there to do the work, it's just much harder and uglier to do in Ada than COBOL. COBOL has built-in types for money and editing (COMP-3) but in Ada you have to have the Data Processing Annex and unfortunately many toolchains don't offer it. Even with the support, it's painful to do financial reporting on a large scale in Ada. COBOL wins here. It should, it was designed specifically for this above all else.