home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18383 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!usc!sdd.hp.com!ncr-sd!crash!orbit!pnet51!chucks
  2. From: chucks@pnet51.orb.mn.org (Erik Funkenbusch)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: ResEdit 2.1 for Amiga
  5. Message-ID: <8877@orbit.cts.com>
  6. Date: 7 Jan 93 09:05:02 GMT
  7. Sender: news@orbit.cts.com
  8. Organization: People-Net [pnet51], Minneapolis, MN.
  9. Lines: 15
  10.  
  11. barrett@iastate.edu (Marc N. Barrett) writes:
  12. >
  13. >   With all of this bashing of the internals of the Mac OS in advocacy, I have
  14. >a question: why hasn't the equivelent of ResEdit 2.1 ever been written for the
  15. >Amiga?
  16.  
  17. Because Resources are a byproduct of having WAY too much pointer redirection
  18. in your OS.  Resources are what makes so many weird viruses possible on the
  19. Macintosh.  Resources are what allow a 10 year old in a computer lab to
  20. totally screw up your programs.  Resources are file based, and thus, when you
  21. need to access them, you are forced to do disk accesses which slow down your
  22. program.  Resources are *NOT* my ideal environment, and i would probably leave
  23. the Amiga platform if they were implemented (at least without the option NOT
  24. to have them)
  25.  
  26.