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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,63ef8c05ac090a41 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,63ef8c05ac090a41 X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,63ef8c05ac090a41 X-Google-Attributes: gid1014db,public From: Steven Nguyen Subject: Re: 4th generation languages Date: 1996/10/16 Message-ID: <3265D240.287B@tam2000.tamu.edu>#1/1 X-Deja-AN: 190001912 references: content-type: text/plain; charset=us-ascii organization: Texas A&M University mime-version: 1.0 reply-to: stn8297@tam2000.tamu.edu newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++ x-mailer: Mozilla 3.0 (Win16; I) Date: 1996-10-16T00:00:00+00:00 List-Id: Roger Martinez wrote: > > I am taking a computer class and my instructor asked me to write a paper > on "4th generation languages". Is this a common term to refer to a group > of currently used languages? I am looking for opinions that will help me > define what this term means. What languages make up the other > generations? > > Replies via email would be greatly appreciated. > > TIA, > Roger A fourth generation language is one that is NOT procedural based. C++, although it is object oriented, it is not a 4th generation language. An example of a 4th generation language would be SQL, SmallTalk,etc.. Basically, any programming language that looks like plain English. steven