home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / misc / 20630 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.4 KB

  1. Path: sparky!uunet!UB.com!pacbell.com!ames!agate!spool.mu.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!not-for-mail
  2. From: "Dietmar Heidrich" <UKGV@DKAUNI2.BITNET>
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Strange wierdness in E-language!
  5. Date: 28 Jan 1993 23:04:15 +0100
  6. Organization: University of Karlsruhe, Germany
  7. Lines: 18
  8. Sender: usenet@nz12.rz.uni-karlsruhe.de
  9. Distribution: world
  10. Message-ID: <1k9l8vINNpm7@nz12.rz.uni-karlsruhe.de>
  11.  
  12. From what I have read about E in the the newsgroups up to now, I get
  13. the strong impression that E is something that should have been
  14. released on April, 1st.  A language that strictly evaluates expressions
  15. from left to right or requires variables  to be written in lower case
  16. and all the other weird stuff I read should simply NOT BE USED AT ALL.
  17. Compiler speed is not as important as a correct transformation of
  18. source into target code or convenience in naming variables.  People
  19. who need such things as ultimate compiling speed or other things
  20. should use assembler.  By the way, you spend most of your programming
  21. time writing source text and NOT compiling !  Therefore, a fast and
  22. good editor is more important than compilation speed.
  23. Safety checks are also very useful.
  24. Nobody gains in compiling only for a few seconds and then browsing
  25. through the memory using any    debugger for some hours to find an
  26. error that a sensible compiler would have prevented from the
  27. beginning.
  28.  
  29. Dietmar Heidrich, Germany
  30.