Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: arnold@freefriends.org (Aharon Robbins) Newsgroups: comp.compilers Subject: Re: Are there different programming languages that are compiled to the same intermediate language? Date: 30 Jan 2023 08:03:12 GMT Organization: non Sender: johnl@iecc.com Approved: comp.compilers@iecc.com Message-ID: <23-01-084@comp.compilers> References: <23-01-078@comp.compilers> <23-01-080@comp.compilers> Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="52238"; mail-complaints-to="abuse@iecc.com" Keywords: translator, comment Posted-Date: 30 Jan 2023 12:54:21 EST X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Originator: arnold@freefriends.org (Aharon Robbins) Xref: csiph.com comp.compilers:3350 Our esteemed moderator writes: >By the way, f2c is based on f77 which compiled Fortran into the intermediate >language the PDP-11 C compiler used. -John] Just to be clear, it was the intermediate language of Johnson's PCC, which was first targeted at the Interdata, then the PDP-11 and Vax, not Dennis Ritchie's original PDP-11 compiler. Arnold [Good point. I wrote a competing F77 compiler INfort which did use the Ritchie intermediate language. Someone else later modified it to use pcc. -John]