Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!scherzo!allegra!mit-eddie!think!harvard!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards Subject: Re: Make - What is Efl? Message-ID: <2003@brl-smoke.ARPA> Date: Sat, 22-Mar-86 19:30:17 EST Article-I.D.: brl-smok.2003 Posted: Sat Mar 22 19:30:17 1986 Date-Received: Tue, 25-Mar-86 05:06:25 EST References: <121@graffiti.UUCP> Reply-To: gwyn@brl.ARPA Distribution: net Organization: Ballistic Research Lab (BRL) Lines: 16 In article <121@graffiti.UUCP> bruce@graffiti.UUCP (Bruce Jilek) writes: >In _Make - A Program for Maintaining Computer Programs_ by S.I. Feldman >(Unix Programmer's Manual 7th ed., vol. 2), a program suffix '.e' is >described. It means that the source is an Efl source file. > >What is 'Efl'. Funny; I thought EFL was also described in the same manual. EFL is Feldman's Extended Fortran Language, which is somewhat like RatFor except that it supports data structures and has to interface with the second-pass code generator instead of acting as just a preprocessor. EFL is still distributed with UNIX System V, but some porters are not porting it, for unknown reasons. I doubt that it has many users outside Bell Labs, and perhaps not many even there.