home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19200 < prev    next >
Encoding:
Text File  |  1993-01-26  |  2.0 KB  |  54 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!thecure
  3. From: thecure@mullian.ee.mu.OZ.AU (matthew aardvarkious)
  4. Subject: Re: ** FINALLY - AN _GREAT_ AMIGA PROGRAMMING LANUAGE
  5. Message-ID: <thecure.728052928@munagin>
  6. Sender: news@cs.mu.OZ.AU
  7. Organization: Computer Science, University of Melbourne, Australia
  8. References: <thecure.727159005@munagin> <alien.02q1@acheron.amigans.gen.nz>
  9. Date: Tue, 26 Jan 1993 12:55:28 GMT
  10. Lines: 42
  11.  
  12. alien@acheron.amigans.gen.nz (Ross Smith) writes:
  13.  
  14. >In article <thecure.727159005@munagin> thecure@mullian.ee.mu.OZ.AU (matthew aardvarkious) writes:
  15. >>I _strongly_ suggest you should all at least _try_ to get amigae21.lha
  16.  
  17. >Two questions spring to mind:
  18. >   (1) Is it available from any ftp-by-mail site? (for those of us who don't
  19. >       have access to real ftp)
  20. >   (2) How big is it? (for those of us who have to pay big buck$ for email)
  21.  
  22. >>Easy! - The other incredible thing about it is the _speed_
  23. >>
  24. >>- Compilation speed of 10.000 to 35.000 lines/minute on a 7mhz Amiga 500,
  25. >>  25.000 to 85.000 l/m on a 14mhz Amiga 1200 (both _without_ fastram)
  26.  
  27. >85 lines a minute? Fast?!
  28.  
  29. 25 THOUSAND to 85 THOUSAND.
  30.  
  31.  
  32. >>It also caters specifically to common amiga programming, like this.
  33. >>
  34. >>w:=OpenW(20,11,400,100,$200,$F,'My first window in E!',NIL,1,NIL)
  35.  
  36. >Huh? In what way is this an improvement on the corresponding C code?
  37.  
  38. Get it , try it. That example was showing how it caters to "common" amiga
  39. coding, not the easier nicer E stuff. (With C you declare a pointer to
  40. the structure, pass the pointer to the function, and then call it. With 
  41. E , it's all in the one command.)
  42.  
  43.  
  44. >Most (all?) Amiga C compilers now include automatic library opening and
  45. >closing. And what happens when you need libraries other than those four?
  46.  
  47. You can use _anything_ that C compilers use. It does automatic library etc
  48. and all the includes are included. :)
  49. --
  50. If someone cried, you'd sympathise
  51. It's just a boy or a girl
  52. It's not the end of the world
  53.  
  54.