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.8 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!princeton!udel!burdvax!bbking!rmarks From: rmarks@bbking.PRC.Unisys.COM (richard marks) Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.misc Subject: Re: More fun stuff about Cobol Message-ID: <621@bbking.PRC.Unisys.COM> Date: Wed, 26-Aug-87 12:14:01 EDT Article-I.D.: bbking.621 Posted: Wed Aug 26 12:14:01 1987 Date-Received: Sat, 29-Aug-87 06:20:32 EDT References: <1490@cullvax.UUCP> Organization: Unisys/Knowledge Systems Organization, Bluebell, PA Xref: mnetor comp.lang.ada:584 comp.lang.c:3946 comp.lang.misc:633 List-Id: In article <1490@cullvax.UUCP> drw@cullvax.UUCP (Dale Worley) writes: >Cobol has been used for non-numerical work. One early compiler (from >Hopper's shop) was written in Cobol in the early 50s. I once did a compiler (in the 80's) in Cobol. We wanted it to be 100% portable from our big 1100's to other manufacturer's boxes (blue ones). In fact, Cobol and Fortran may be the most portable languages. The compiler worked very well. The data structures in Cobol are good. I had to write one small assembler routine to get a block of memory and return a pointer that Cobol used as an array index. Implementation time, execution time, etc were very good. I would use Cobol again for such a project and I've written several compilers in other languages.