home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 15931 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.7 KB

  1. Path: sparky!uunet!decwrl!contessa!mwm
  2. From: mwm@contessa.palo-alto.ca.us (Mike Meyer)
  3. Subject: Re: Programming
  4. Newsgroups: comp.sys.amiga.programmer
  5. Distribution: world
  6. References: <1e4l57INNndp@ub.d.umn.edu> <mwm.2ndl@contessa.palo-alto.ca.us> <1e5rq2INNa7e@ub.d.umn.edu> <Bxs1D7.A3o@undergrad.math.waterloo.edu> <1992Nov16.101823.26437@ugle.unit.no>
  7. X-NewsSoftware: Amiga Yarn 3.4, 1992/08/12 15:49:52
  8. Keywords: 
  9. Summary: 
  10. Message-ID: <mwm.2o29@contessa.palo-alto.ca.us>
  11. Date: 16 Nov 92 13:44:11 PST
  12. Organization: Missionaria Phonibalonica
  13. Lines: 35
  14.  
  15. In <1992Nov16.101823.26437@ugle.unit.no>, eyvind@Lise.Unit.NO (Eyvind Bernhardsen) wrote:
  16. > In article <Bxs1D7.A3o@undergrad.math.waterloo.edu>, sjjohnst@undergrad.math.waterloo.edu (Stephen Johnston) writes:
  17. > fine.  Compare these:
  18. > ...
  19. > Object Load 'sprite'
  20. > Sprite 1,sprite
  21. > sprite on
  22.  
  23. To the following mouse actions:
  24.  
  25. [grab sprite object, move it to where you need it turned on, drop it]
  26.  
  27. > NOW do you see why AMOS is good?
  28.  
  29. Not particularly.
  30.  
  31. > B'sides, you can't upgrade to a new Unix system w/o recompiling your programs...
  32.  
  33. Um, as someone who's ugpraded Unix systems starting as early as v6, and
  34. ending as late as 4.3BSD, you *can* upgrade your Unix systems w/o
  35. recompiling your programs. Nuts - I've upgraded both the hardware and
  36. OS at the same time, and it works fine. Much better than doing so with
  37. AmigaDOS, largely because Unix doesn't let people get away with the
  38. kind of things AMOS does.
  39.  
  40. > Naah.  That's why AMOS doesn't use Intuition by default...  Read the thread...
  41. > If you use libcalls from AMOS, you use the offsets directly, so no includes are
  42. > needed.
  43.  
  44. Ah, yes, let's do everything we can to make sure our application
  45. doesn't upgrade to a new OS.
  46.  
  47.     <mike
  48.