home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3117 < prev    next >
Encoding:
Internet Message Format  |  1991-03-23  |  1.0 KB

  1. From: smith@glinda.ctron.com (Larry Smith)
  2. Newsgroups: alt.sources
  3. Subject: Re: Oberon-M MSDOS
  4. Message-ID: <1352@glinda.ctron.com>
  5. Date: 22 Mar 91 21:02:58 GMT
  6.  
  7. In article <1991Mar22.185222.27204@ux1.cso.uiuc.edu> mcdonald@aries.scs.uiuc.edu (Doug McDonald) writes:
  8. >Ummmm ..... This has been discussed over and over and over ad nauseum.....
  9. >>Oberon-M MSDOS (1/5)
  10. >WHAT IS IT????? There is no statement of what it is!!!!
  11.  
  12. Oberon-M is an MS-DOS implementation of Prof. Nicklaus Wirth's Oberon
  13. language, which is a Modula2-like language designed for his new workstation.
  14. It is distinguished by a sub-4000 line compiler implementation and the
  15. concept of type-extension, which allows you to define new types based on
  16. previously-defined types - similar to object inheritance, though it does
  17. not support encapsulation of methods with the types.  They are used to
  18. implement opaque (abstract) data types, enabling an object-like style
  19. of programming without the usual overhead of a truly object-oriented
  20. language.
  21.  
  22. Larry Smith
  23. smith@ctron.com
  24.