home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / modula3 / 906 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.9 KB  |  51 lines

  1. Newsgroups: comp.lang.modula3
  2. Path: sparky!uunet!mcsun!sunic!kth.se!nada.kth.se!joachim
  3. From: joachim@nada.kth.se (Joachim Hollman)
  4. Subject: Standard interfaces in M3 - no I/O?
  5. Message-ID: <1992Sep10.111421.2018@kth.se>
  6. Originator: joachim@spirit.nada.kth.se
  7. Sender: usenet@kth.se (Usenet)
  8. Nntp-Posting-Host: spirit.nada.kth.se
  9. Reply-To: joachim@nada.kth.se (Joachim Hollman)
  10. Organization: Royal Institute of Technology, Stockholm, Sweden
  11. Date: Thu, 10 Sep 1992 11:14:21 GMT
  12. Lines: 37
  13.  
  14.  
  15. After reading Nelson's ``Systems Prpgramming with Modula-3'' I have the 
  16. impression that the standard intefaces in M3 are
  17.  
  18. 1. Text
  19. 2. Thread
  20. 3. Word
  21. 4. Floating-point
  22.  
  23. while the RECOMMENDED intefaces are
  24.  
  25. 1. Fmt    (Textual formatting)
  26. 2. Pkl    (``pickles'' - binary files, depends on Wr and Rd, see below)
  27. 3. Table  (Generic hash tables).
  28.  
  29. SRC Modula-3 also provides interfaces for input and output
  30. (Wr, Rd, Stdio, FileStream and WrClass), but these are not
  31. part of the standard.
  32.  
  33. So the question is: 
  34. *** Why are the interfaces for input and output not part of the standard? ***
  35.  
  36.  
  37. -------------------------------------------------------------------------------
  38. Joachim Hollman         Royal Institute of Technology                    
  39. Tel. +46 8- 790 7188    Dept of Numerical Analysis and Computing Science  
  40.                         Theoretical CS
  41.                         S-100 44 Stockholm                               
  42.                         Sweden                                           
  43.                         joachim@nada.kth.se
  44. -- 
  45.  
  46. -------------------------------------------------------------------------------
  47. Joachim Hollman         Royal Institute of Technology                    
  48. Tel. +46 8- 790 7188    Dept of Numerical Analysis and Computing Science  
  49.                         Theoretical CS - Symbolic Computation Group
  50.                         S-100 44 Stockholm                               
  51.