home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Information / Languages / Oberon / Oberon-FAQ⁄general next >
Encoding:
Text File  |  1994-12-03  |  5.8 KB  |  146 lines  |  [TEXT/R*ch]

  1. Newsgroups: comp.lang.oberon,comp.answers,news.answers
  2. Path: bloom-beacon.mit.edu!grapevine.lcs.mit.edu!olivea!charnel.ecst.csuchico.edu!psgrain!m2xenix!mikeg
  3. From: mikeg@psg.com (Mike Gallo)
  4. Subject: Comp.lang.oberon FAQ (monthly) 1/3
  5. Expires: Tue, 11 Oct 1994 00:00:00 GMT
  6. Reply-To: mikeg@psg.com
  7. Organization: PSGnet, Portland Oregon US
  8. Date: Mon, 12 Sep 1994 05:33:09 GMT
  9. Approved: news-answers-request@MIT.Edu
  10. Message-ID: <1994Sep12.053309.13417@psg.com>
  11. Followup-To: comp.lang.oberon
  12. Summary: This posting contains a list of Frequently Asked Questions (and their answers) about Oberon.  It should be read before posting to the Comp.lang.oberon newsgroup.
  13. Lines: 130
  14. Xref: bloom-beacon.mit.edu comp.lang.oberon:2872 comp.answers:7203 news.answers:25503
  15.  
  16. Archive-name: Oberon-FAQ/general
  17.  
  18. (*  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  *)
  19.  
  20. Many FAQ lists, including this one, are available by anonymous ftp from
  21. rtfm.mit.edu in the /pub/usenet/news.answers directory.
  22.  
  23. Although I have aimed for accuracy, there is no guarantee that the
  24. information in this document is error-free.  Neither the FAQ maintainer nor
  25. anyone else associated with this document assume any liability for the
  26. content or use of this document.  If you find any errors, please report them
  27. to the address below.
  28.  
  29. Thanks to all who have contributed!  Further additions, corrections, and
  30. suggestions are welcome.
  31.  
  32. mikeg@psg.com
  33.  
  34. (*  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  * *  *)
  35.  
  36. Comp.lang.oberon Frequently Asked Questions: Miscellany
  37.  
  38. Copyright 1994 Michael Gallo
  39. (c) 1994 Michael Gallo
  40.  
  41.  
  42. This is one of three documents that attempt to answer some frequently asked
  43. questions (FAQs) about Oberon.  This text concerns some general topics on the
  44. subject of Oberon, while the other two are specifically about Oberon the
  45. language and Oberon the operating system.
  46.  
  47.  
  48. WHAT IS COMP.LANG.OBERON?
  49.  
  50. The Comp.lang.oberon newsgroup is a forum for discussing Oberon, both the
  51. programming language and the operating system, and any related issues. 
  52. Although not strictly accurate, this newsgroup is part of the Comp.lang.*
  53. hierarchy because it began as a spin-off of Comp.lang.modula2.  
  54.  
  55. For those without regular Usenet access, ETH Zrich has generously made
  56. Comp.lang.oberon available as a mailing list.  Articles can now be sent or
  57. received via normal Internet e-mail through oberon-news@inf.ethz.ch.  To get
  58. more information about the mailing list, send the message "help" to
  59. listproc@inf.ethz.ch.  To subscribe to the mailing list, send the message
  60. "subscribe oberon-news@inf.ethz.ch <your name>" to listproc@inf.ethz.ch.  
  61.  
  62. Some members of ETH Zrich's Institute for Computer Systems do read and
  63. participate in this newsgroup, but Comp.lang.oberon is in no way officially
  64. related to ETH Zrich.  Official correspondence about the Oberon project
  65. should be addressed to:
  66.     Institute for Computer Systems
  67.     ETH Zentrum
  68.     CH-8092 Zrich
  69.     E-mail: Oberon@inf.ethz.ch 
  70.     E-Fax: +41 1 2519678
  71.  
  72. The Comp.lang.oberon newsgroup owes its existence to the efforts of the late
  73. Christian Schaepper.
  74.  
  75.  
  76. WHAT IS OBERON?
  77.  
  78. >From "The Oberon Guide"
  79.     Oberon is simultaneously the name of a project and of its outcome. The
  80. project was started by Niklaus Wirth and [Jrg Gutknecht] late in 1985 with
  81. the goal of developing a modern and portable operating system for personal
  82. workstations. Its results are an implementation of the system for the Ceres
  83. computer and a programming language.
  84.     The development of the language Oberon needs perhaps a short justification.
  85. It became quite inevitable because the type-system of available languages
  86. turned out to be too restrictive to express the desired data model in a
  87. natural andsafe way.
  88.  
  89. Quick introductions to both aspects of the Oberon project can be found in
  90. back issues of BYTE magazine.  The operating system is overviewed in "Oberon:
  91. A Glimpse at the Future", volume 18 number 6 (May 1993).  The Oberon language
  92. is examined in "Oberon", volume 16 number 3 (March 1991).  Both articles are
  93. by BYTE's European correspondant, Dick 
  94. Pountain.
  95.  
  96. In October 1994, Dr. Dobb's Journal published an introduction to Oberon
  97. System 3 and Gadgets written by Johannes L. Marais of ETH.
  98.  
  99.  
  100. RESOURCES FOR OBERON USERS
  101.  
  102. In addition to ports of the Oberon system, ETH has several programming tools
  103. for Oberon available from ftp.ethz.ch in directory /pub/Oberon/Tools.  The
  104. Oberon newsletter is in directory /pub/Oberon/Newsletter.
  105.  
  106. ETH's Oberon archive at ftp.ethz.ch is mirrored at the following ftp sites:
  107.     wuarchive.wustl.edu:/languages/Oberon
  108.     gatekeeper.dec.com:/pub/plan/Oberon
  109.  
  110. The Swiss Oberon Users Group (CHOUG) at ETH Zrich has set up an Oberon
  111. public domain ftp server.
  112.     ftp: anonymous@hades.ethz.ch:/pub/Oberon
  113.     e-mail: oberon-user@inf.ethz.ch
  114.  
  115. Lex and Yacc definitions for Oberon-2 
  116.     ftp: anonymous@ftp.psg.com:pub/oberon/tools
  117.     e-mail: bevan@cs.man.ac.uk (Stephen J Bevan)
  118.  
  119. Some games and programming examples
  120.     ftp.sun.ac.za:/pub/oberon/stellenbosch/sources/CardsS.Arc
  121.     
  122. ETH Zrich's technical reports are freely available.  Some technical reports
  123. that might be of interest to Oberon users are listed below.  To order
  124. technical reports of the Institut fr Computersysteme, ETH Zrich, contact
  125. Mr. Ruettener (e-mail: ruettener@inf.ethz.ch).  Many other technical reports,
  126. dissertations, and other documents are electronically available in PostScript
  127. and/or Oberon text formats from ftp.ethz.ch in /doc and /pub/Oberon/Docu.
  128.  
  129. 102  M. Odersky:  Recursive Data Types and Report on the Mona Notation for
  130. Algorithms
  131.  
  132. 133  J. Templ:  SPARC-Oberon User's Guide
  133.  
  134. 143  N. Wirth:  From Modula to Oberon (Revised Edition)
  135.  
  136. 144  J. L. Marais:  The GADGETS User Interface Management System
  137.  
  138. 151  C. Szyperski:  Write -- An Extensible Text Editor for the Oberon System
  139.  
  140. 174  M. Brandis, R. Crelier, M. Franz, J. Templ:  The Oberon System Family
  141.  
  142. 203  A. R. Disteli:  OBERON for PC on an MS-DOS Base
  143.  
  144. Someone please let me know if and when these titles go out of stock.
  145.  
  146.