home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / apps / Eval.3.3.README < prev    next >
Encoding:
Text File  |  1995-05-16  |  2.2 KB  |  54 lines

  1. Eval
  2.  
  3. Eval is a programming environment which brings to ObjC
  4. much of the flexibility and immediacy of integrated
  5. programming systems often associated with SmallTalk and Lisp.
  6. Although Eval **feels** like an interpreter, it's actually
  7. an incremental compiler built on NeXT's ObjC compiler and
  8. run-time system.  This is version 3.3 of Eval: it represents
  9. a considerable enhancement over all previous releases.
  10.  
  11. In addition to functioning as a stand-alone program, Eval
  12. provides a service to other programs through the Services
  13. menu, making its functionality available to any application
  14. which can write ascii to the pasteboard. This allows you
  15. to select text in  Edit, Mail, NewsGrazer, and so on, and
  16. execute that text as ObjC or PostScript.
  17.  
  18. Eval provides windows, called Code Browsers, which are
  19. designed for editing ObjC program text. Text in a Code
  20. Browser is automatically classified into one of 7 categories
  21. (comment, keyword, method definition, etc.), and each category
  22. is displayed with its own user-definable font, size, and color.
  23.  
  24. In sum, Eval  provides the following  functions:
  25.  
  26. o Compile, load, execute, and unload  the current selection
  27.   as ObjC code. 
  28. o Compile and  load the current selection as an ObjC class
  29.   or classes. 
  30. o Dynamically load from disk any archive (library, i.e. .a file),
  31.   object module (.o file), or compile and load any ObjC implementation
  32.   file (.m file).
  33. o Create an interface definition file (.h file) from the
  34.   current selection.
  35. o Interpret the current selection as PostScript. 
  36. o Edit code in Code Browsers, automatically displaying ObjC reserved
  37.   words, comments, strings, and so on, using user-definable fonts, sizes,
  38.   and colors, while displaying an index of all method definitions
  39.   in a separate scrolling browser.
  40.  
  41. Eval provides extensive on-line NeXTSTEP-style help.  The best way to
  42. get going with Eval is to work through the on-line tutorials on evaluation
  43. and loading, sections 2.1 and 3.1 respectively.
  44.  
  45. Eval is freeware, and is distributed in source code form only.  You need
  46. NeXTSTEP developer not only to build Eval, but to run it is well.  It has
  47. been tested under 3.2 black and white, and 3.3 for Moto, Intel, HP, and 
  48. Sparc.
  49.  
  50. Glen Diener
  51. grd@ccrma.stanford.edu
  52. May 11, 1995
  53.  
  54.