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,3fc79ad704f81a40 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-13 10:47:46 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!msunews!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!sunb.ocs.mq.edu.au!pixel!not-for-mail From: fraser@zoom.jtec.com.au (Fraser Wilson) Newsgroups: comp.lang.ada Subject: Re: Writing a Mac Ada compiler Date: 13 Mar 1995 14:55:00 +1000 Organization: Jtec Pty Limited, Sydney, Australia. Distribution: world Message-ID: <3k0j74$6fj@zoom.jtec.com.au> References: <3jg167$a3l@nic.umass.edu> <3joj6a$plb@felix.seas.gwu.edu> NNTP-Posting-Host: valhalla.mpce.mq.edu.au Date: 1995-03-13T14:55:00+10:00 List-Id: I nearly cried when mfeldman@seas.gwu.edu (Michael Feldman) explained: >Ada compilers are not easy. Best to reuse something, especially if it >is free. It's true they're not easy. But writing an Ada compiler is a great way to learn how compilers work. I started one after a compiler course in 1988, and I still pop back to it every now and then to test ideas. It was written from scratch, and while it's no longer Ada, it contains overloading, inheritence, C-ish expression syntax, packages, strong typing, exceptions, blah blah blah etc etc. And even if it's ultimately a useless endeavour, it was fun. Fraser.