home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / programm / 5971 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!ubc-cs!sritchie
  3. From: sritchie@cs.ubc.ca (Stuart Ritchie)
  4. Subject: Re: Interface builder Run mode
  5. Message-ID: <1992Sep4.082354.13578@cs.ubc.ca>
  6. Sender: usenet@cs.ubc.ca (Usenet News)
  7. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  8. References: <1992Sep1.180445.9312@afs.com> <1992Sep4.014007.7808@dvorak.amd.com>
  9. Distribution: usa
  10. Date: Fri, 4 Sep 92 08:23:54 GMT
  11. Lines: 21
  12.  
  13. In article <1992Sep4.014007.7808@dvorak.amd.com> rpomeroy@aunext3.cam.amd.com writes:
  14.  [ about dynamic loading of palettes into IB ]
  15. > Just imagine - highlight a little Obj-C and "accept" and  
  16. >presto! -  A NeXTstep window magically appears in your screen...
  17.  
  18. This same idea of highlighting code and executing it is captured
  19. by Eval.  You can find the program some where on the archives,
  20. perhaps named as source/Eval.tar.Z.  Glen Diener (grd@ccrma.stanford.edu)
  21. is the author of this cool little app.
  22.  
  23. Eval provides itself as a service.  When you highlight any text,
  24. you can ask Eval to execute it as Objective-C or execute it as
  25. PostScript.  The PostScript is the easy part.  When Eval has a
  26. request to execute some Objective-C, it forks off cc with a
  27. minimal environment and Eval-library, then dynamically links
  28. the object into itself and executes it.
  29.  
  30. Mind the $2,500,000.00 shareware fee though...
  31.  
  32. Stuart
  33.  
  34.