home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / modula2 / 1081 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.lang.modula2
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!poly-vlsi!usenet!dagenais
  3. From: dagenais@vlsi.polymtl.ca (Michel Dagenais)
  4. Subject: Re: Is Modula-2 dead?
  5. In-Reply-To: andrea@ESSEX.STFX.CA's message of 26 Aug 92 18:22:14 GMT
  6. Message-ID: <DAGENAIS.92Aug27095131@pollux.vlsi.polymtl.ca>
  7. Sender: news@vlsi.polymtl.ca (USENET News System)
  8. Organization: Ecole Polytechnique de Montreal, Canada
  9. References: <0095FADB.C59759A0.22107@esseX.stfx.ca>
  10. Date: Thu, 27 Aug 1992 14:51:31 GMT
  11. Lines: 27
  12.  
  13. In article <0095FADB.C59759A0.22107@esseX.stfx.ca> andrea@ESSEX.STFX.CA (John Andrea) writes:
  14.  
  15. >   The OO language from Bertrand Meyer called Eiffel uses C as a glorified
  16. >   assembler.
  17.  
  18. The freely available Modula 3 compiler from DEC SRC does produce
  19. intermediate C code. It works well but this makes the executables (and the
  20. debugging information) a bit larger than they should. It also makes
  21. debugging a bit more difficult. This version will remain useful for
  22. producing C code but upcoming versions (from DEC SRC as well as from GNU
  23. gm3) will be native compilers.
  24.  
  25. In the coming years, the pressure for everyone to use the same language (C)
  26. for portability may diminish. Indeed, most UNIX sites have the GNU tools 
  27. installed and thus any program compatible with one of the GNU front ends 
  28. for gcc will be as portable as gcc itself (which even runs on 386 DOS!);
  29. you insure that the GNU tools are installed and type "make install".
  30. Whether it is in C, C++ or Modula 3 will not matter too much as long as it
  31. builds without problem.
  32. --
  33. ---------------------------------------------------------------------
  34.  
  35. Prof. Michel Dagenais                dagenais@vlsi.polymtl.ca
  36. Dept of Electrical and Computer Eng.
  37. Ecole Polytechnique de Montreal            tel: (514) 340-4029
  38.  
  39. ---------------------------------------------------------------------
  40.