home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sys / amiga / demos / 1682 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  3.9 KB

  1. Xref: sparky alt.sys.amiga.demos:1682 comp.sys.amiga.applications:8706 comp.sys.amiga.introduction:1551 comp.sys.amiga.marketplace:8950 comp.sys.amiga.misc:16925 comp.sys.amiga.advocacy:29230
  2. Newsgroups: alt.sys.amiga.demos,comp.sys.amiga.applications,comp.sys.amiga.introduction,comp.sys.amiga.marketplace,comp.sys.amiga.misc,comp.sys.amiga.advocacy
  3. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!rpi!pooler
  4. From: pooler@evers.cs.rpi.edu (Robert Poole)
  5. Subject: Re: Programming
  6. Message-ID: <!#w1=!c@rpi.edu>
  7. Keywords: Programming, AMOS
  8. Nntp-Posting-Host: evers.cs.rpi.edu
  9. Organization: Rensselaer Polytechnic Institute, Troy, NY
  10. References: <1dv7qeINNsi8@ub.d.umn.edu> <BxoxsK.Hxq@undergrad.math.waterloo.edu> <1e3nlmINNeb4@ub.d.umn.edu>
  11. Date: Mon, 16 Nov 1992 18:43:12 GMT
  12. Lines: 60
  13.  
  14. In article <1e3nlmINNeb4@ub.d.umn.edu> rfentima@ub.d.umn.edu (Robert Fentiman) writes:
  15. >In article <BxoxsK.Hxq@undergrad.math.waterloo.edu> sjjohnst@undergrad.math.waterloo.edu (Stephen Johnston) writes:
  16. >>In article <1dv7qeINNsi8@ub.d.umn.edu> rfentima@ub.d.umn.edu (Robert Fentiman) writes:
  17. [stuff deleted]
  18. >>AMOS takes over system calls.  If you have a mouse blanker running, then
  19. >>your screen will blank (and mouse) after whatever time you have set.  Whether
  20. >>or not you move the mouse or type anything.  If you want to get your display
  21. >>back, you have to swap screens with Amiga-A, NOT Amiga-N or Amiga-M, as
  22. >>workbench expects you to do.  AMOS may be good for games programming, but
  23. >>for anything else it is unnaceptable on the Amiga.  No program should take
  24. >>over system resources in this way, if it is not absolutely required.  I
  25. [stuff deleted]
  26. >Here we go again.  The old 'AMOS is only a good game programming
  27. >language' routine.  AMOS = BASIC ++++++++++!   The point is that it is a
  28. >VERY easy language to use.  Just because your screen blanker screws up
  29. >under it doen't make it a bad language (BTW, I have a screen blanker and
  30. >have NEVER had this problem).  There are LOTS of programs in AMOS that
  31. >are NOT games.  Very good paint programs come to mind (that are PD, and
  32. [stuff deleted]
  33. >being able to write a video titleing program.  Even many C programmers
  34. >like to user AMOS because it is VERY simple to do complex things (many
  35. >times, just one line of code).  Another example of a NON-GAME program
  36. >being written in AMOS is a program I am writing that prints out library
  37. >catalog cards (and stores the info to disk).  Again, I realize all this
  38. >can be done on most other languages, but I stress the SIMPLICITY of it
  39. >all.
  40. [yet more stuff deleted]
  41. >    Thanks
  42. >    Robert Fentiman
  43. >
  44. >UseNet: rfentima@ub.d.umn.edu
  45. >At: University of Minnesota, Duluth
  46. >
  47.  
  48. I think the AMOS users out there are missing the point.
  49.  
  50. First off, any screen blanker that is an Amigados 2.0 or greater commodity
  51. will be hosed by AMOS.  Since a commodity is the only legitimate way to
  52. implement a screenblanker in an OS-friendly way, that means that ANY
  53. screenblanker that is well written will exhibit nasty behavior when AMOS
  54. is dicking around with resources.
  55.  
  56. The contention that Intuition is insufficient for doing the kind of graphics
  57. that AMOS is capable of is pure bunk.  AMOS should be Intuition compliant.
  58. That means no left-Amiga A to swap between AMOS applications and "the rest"
  59. of the system.  Also, I have noticed that most AMOS applications crash and
  60. burn nastily under suspicious circumstances under Amigados 2.04 and 3.0.
  61.  
  62. AMOS is unacceptable for application writing on the Amiga because it does not
  63. work with Workbench, but against it, and as long as AMOS is not conformant
  64. to Commodore guidelines, it shall remain so.  I would like to hear an answer
  65. to a simple question: Will AMOS professional be fully intuitionized?  I.e.,
  66. will it use Intuition instead of bypassing it?  Someone has (I believe)
  67. mentioned that AMOS is capable of interfacing with any Amigados library, so
  68. in theory it can be fully intuition compliant, but is this the default
  69. behavior?
  70.  
  71. Rob Poole
  72. pooler@rpi.edu
  73. pooler@cs.rpi.edu
  74.