home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / modula2 / 1655 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.0 KB

  1. Path: sparky!uunet!olivea!charnel!psgrain!m2xenix!agora!robart
  2. From: robart@agora.rain.com (Joe Bob)
  3. Newsgroups: comp.lang.modula2
  4. Subject: Re: C to Modula2 converter?
  5. Message-ID: <C0qHLI.F7L@agora.rain.com>
  6. Date: 12 Jan 93 09:12:53 GMT
  7. References: <36762.2B50C7C3@puddle.fidonet.org> <1993Jan11.081026.25261@neptune.inf.ethz.ch>
  8. Organization: a gora
  9. Lines: 14
  10.  
  11. In article <1993Jan11.081026.25261@neptune.inf.ethz.ch> marti@nugget.inf.ethz.ch (Robert Marti) writes:
  12. >In article <36762.2B50C7C3@puddle.fidonet.org>,
  13. >Robert.Barton@p0.f6.n105.z1.fidonet.org (Robert Barton) writes:
  14. >|>   A C to Modula-2 converter is not possible, since Modula-2 does
  15. >|> not support set complement, structured constants, or null
  16. >|> procedure variables.
  17. >
  18. >Not possible is a bit strongly worded, considering that I can think
  19. >of solutions to all three problems.
  20.  
  21.  
  22.   The lack of structured constants can be worked around to an extent
  23. by using variables and a long sequence of assignments.  There are
  24. no substitutes for the other two problems, though.
  25.