home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / modula3 / 1102 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.lang.modula3
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!src.dec.com!src.dec.com!kalsow
  3. From: kalsow@src.dec.com (Bill Kalsow)
  4. Subject: Re: Documentation for modula-3 libraries?
  5. Message-ID: <1993Jan11.194802.27147@src.dec.com>
  6. Sender: news@src.dec.com (News)
  7. Reply-To: kalsow@src.dec.com
  8. Organization: DEC Systems Research Center
  9. References:  <1993Jan8.000912.27043@slate.mines.colorado.edu>
  10. Date: Mon, 11 Jan 93 19:48:02 GMT
  11. Lines: 30
  12.  
  13.  
  14. Unfortunately, there isn't a single coherent exposition of the
  15. SRC Modula-3 libraries.  The actual interfaces are often the
  16. best documentation.  There are a few other sources:
  17.  
  18.   "Systems Programming with Modula-3" edited by Greg Nelson
  19.   describes the required interfaces (Text, Thread, Word, Fmt, and Pkl),
  20.   the basic I/O streams (Rd, Wr, and Stdio), and gives a brief
  21.   overview of the Trestle window system.
  22.  
  23.   SRC Report #68,  "Trestle Reference Manual" by Mark S. Manasse
  24.   and Greg Nelson, provides a detailed description of the
  25.   Trestle interfaces.  Send e-mail to "src-reports@src.dec.com"
  26.   for a copy.
  27.  
  28.   The soon-to-be available "FormsVBT Reference Manual" by Marc H.
  29.   Brown and James R. Meehan describes the higher-level FormsVBT
  30.   UI toolkit.
  31.  
  32.   A small group of here at SRC are working to build a small, portable,
  33.   core collection of interfaces.  Today that set includes sequences,
  34.   atoms, tables, random numbers, times, dates, files, paths, directories
  35.   command-line parameters, and environment variables.  The documentation
  36.   should be available soon.
  37.  
  38. I hope this helps.
  39.  
  40.  - Bill Kalsow
  41.  
  42.  
  43.