home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / forth / mac / 47 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.5 KB  |  31 lines

  1. Newsgroups: comp.lang.forth.mac
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!cupnews0.cup.hp.com!news1.boi.hp.com!hp-pcd!hp-vcd!nuntius
  3. From: John Matthews <jm@vcd.hp.com>
  4. Subject: Writing INIT's with Yerk/MOPS
  5. Sender: news@vcd.hp.com (News user)
  6. Message-ID: <C0K85p.M9A@vcd.hp.com>
  7. X-Useragent: Nuntius v1.1a5
  8. Date: Sat, 9 Jan 1993 00:03:25 GMT
  9. Organization: Hewlett-Packard
  10. Lines: 19
  11.  
  12. I am new to Mac-Forth programming (Although I did do some a long time ago
  13. on the Atari 800 system). I would be interested in using either Yerk or
  14. MOPS to do the following:
  15.  
  16. 1) Write quick little utility Apps to give to my co-workers. I would like
  17. to be able to bring up windows, draw text and graphics into them, etc...
  18. (The usual Mac U.I. stuff). Minimizing development time is more important
  19. to me than minimizing memory usage or time efficiency. Good debugging
  20. capability is particularly important.
  21.  
  22. 2) Write Stand-alone code resources, particularly INIT's. Often I want to
  23. patch some traps to keep track of some aspect of the O.S. I would like to
  24. be able to create an INIT that, whenever it was entered, would dump me
  25. into a Forth interpreter/debugger so I could incrementally add and test
  26. the INIT's functionality. Once I finished (after many reboots), I would
  27. like to create a small INIT that executes in the desired manner.
  28. (Actually, the Forth interpreter + windowing code is likely to be small
  29. enough that I wouldn't mind if it remained in the init, as long as users
  30. of the INIT don't see it).
  31.