home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / msdos / programm / 3041 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.6 KB

  1. Xref: sparky alt.msdos.programmer:3041 comp.os.msdos.programmer:11672 comp.sys.ibm.pc.programmer:699 comp.lang.c++:18498 comp.lang.c:18968
  2. Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer,comp.lang.c++,comp.lang.c
  3. Path: sparky!uunet!wupost!csus.edu!netcom.com!erc
  4. From: erc@netcom.com (Eric Smith)
  5. Subject: Re: Newbie Wants Advice on C-Programming
  6. Message-ID: <1992Dec29.120344.13694@netcom.com>
  7. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  8. References: <1992Dec24.154204.25248@blkbox> <1992Dec24.230420.4243@sequent.com> <C003EI.H3u@news.udel.edu>
  9. Date: Tue, 29 Dec 1992 12:03:44 GMT
  10. Lines: 17
  11.  
  12. In article <C003EI.H3u@news.udel.edu> bew@brahms.udel.edu (Ben Williams) writes:
  13. >  Yes, isn't it interesting that two of the most popular general purpose
  14. >languages for writing applications software were not designed to be used to
  15. >write application software.  Has anyone written a general purpose language
  16. >to do what I would think is the most common use of computer programming -
  17. >to write application programs?  And if this/these exist, what are they and
  18. >how do you rate them?  [just curious]
  19.  
  20.  
  21. By general purpose, you mean to exclude SQL, APL, Yacc, Awk, etc., right?
  22.  
  23. When programmers invent new programming languages to write application
  24. programs, the application programs they have in mind are usually those
  25. they have done in the past and/or those they are doing at the time.  For
  26. that reason, a really general purpose language has to be invented by
  27. hundreds of programmers.  That means it has to evolve over a number of
  28. years before it will be really general.  Thus C++ etc.
  29.