home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / sys / amiga / demos / 1626 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  3.0 KB

  1. Xref: sparky alt.sys.amiga.demos:1626 comp.sys.amiga.applications:8646 comp.sys.amiga.introduction:1516 comp.sys.amiga.marketplace:8885 comp.sys.amiga.misc:16831 comp.sys.amiga.advocacy:29110
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!decwrl!contessa!mwm
  3. From: mwm@contessa.palo-alto.ca.us (Mike Meyer)
  4. Subject: Re: Programming
  5. 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
  6. Distribution: world
  7. References: <BxoxsK.Hxq@undergrad.math.waterloo.edu> <1e3nlmINNeb4@ub.d.umn.edu> <mwm.2n55@contessa.palo-alto.ca.us> <1e41q2INNne0@ub.d.umn.edu>
  8. X-NewsSoftware: Amiga Yarn 3.4, 1992/08/12 15:49:52
  9. Keywords: 
  10. Summary: 
  11. Message-ID: <mwm.2n75@contessa.palo-alto.ca.us>
  12. Date: 14 Nov 92 16:41:33 PST
  13. Organization: Missionaria Phonibalonica
  14. Lines: 45
  15.  
  16. In <1e41q2INNne0@ub.d.umn.edu>, rfentima@ub.d.umn.edu (Robert Fentiman) wrote:
  17. > As with ANY language, these properties that you describe are code dependant.
  18.  
  19. No, they aren't that way for ANY language. There are languages that
  20. ALWAYS open their own screen, and you ALWAYS have to operate on that
  21. screen. From the evidence I have, AMOS is in that class. That's a
  22. strike against it. From the same evidence, AMOS always disable
  23. commodites by stealing the input stream. That's a strike against it.
  24. The other problems are all in the same class - I've never seen an AMOS
  25. program that does things correctly, so I have to question whether it
  26. can. There are *SO* many such things that it's not worth my money to
  27. buy AMOS to find out, as ANY of them would mean I couldn't use it for
  28. 90% of the things I would be interested in doing with it.
  29.  
  30. > I could write a C program that would not allow what you have said.
  31. > Does that make C bad?
  32.  
  33. No, it doesn't. It's not being able to allow those things that make a
  34. language unusable for specific things (note: this is NOT the same
  35. thing as bad; if the application at hand needs to do those things,
  36. then not being able to not do them isn't a problem).
  37.  
  38. Here's a simple, standard task. Given some arbitrary application,
  39. write an AUISG compliant preferences editor for it. That means 1) if
  40. started from the CLI with the appropriate arguments, or from WB with
  41. the appropriate tooltypes, doesn't open a window at all; 2) if not
  42. started with those, opens an intuition window on the default public
  43. screen, or the one specified by the user.
  44.  
  45. > I am fairly positive many (if not all) of what you have suggested
  46. > can be implemented in an AMOS program.
  47.  
  48. Well, anything short of ALL means it isn't system compliant.
  49.  
  50. > For answers to these questions, ask a more experienced AMOS user.
  51.  
  52. I don't know any experience AMOS user; all the programmers I know
  53. disdain it. I've tried asking on the net, and nobody has ever come
  54. forward with a "YES, you can do that." Your "I think you can do those
  55. things" is the closest I've seen yet.
  56.  
  57. Hmm - I wonder if AMOS programs run on an A4000. I'll have to go find
  58. out.
  59.  
  60.     <mike
  61.