Jump to content

SRC Modula-3: Difference between revisions

From EDM2
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Image:M3.png|200px|right]]
A port by Klaus Preschern of the DEC SRC Modula 3 development package to OS/2. [[Modula-3]] is an extension to Niclaus Wirth's [[Modula-2]] and was originally implemented as Modula 2+ by the Acorn/Olivetti Research Laboratory but evolved into Modula 3 after Olivetti sold the lab to Digital Equipment Corporation. Support for the language was dropped by the original authors after a notorious disagreement with the Free Software Foundation (GNU folks) and the takover of Compaq (DEC owners) by Hewlett Packard.   
A port by Klaus Preschern of the DEC SRC Modula 3 development package to OS/2. [[Modula-3]] is an extension to Niclaus Wirth's [[Modula-2]] and was originally implemented as Modula 2+ by the Acorn/Olivetti Research Laboratory but evolved into Modula 3 after Olivetti sold the lab to Digital Equipment Corporation. Support for the language was dropped by the original authors after a notorious disagreement with the Free Software Foundation (GNU folks) and the takover of Compaq (DEC owners) by Hewlett Packard.   



Revision as of 12:25, 28 October 2015

A port by Klaus Preschern of the DEC SRC Modula 3 development package to OS/2. Modula-3 is an extension to Niclaus Wirth's Modula-2 and was originally implemented as Modula 2+ by the Acorn/Olivetti Research Laboratory but evolved into Modula 3 after Olivetti sold the lab to Digital Equipment Corporation. Support for the language was dropped by the original authors after a notorious disagreement with the Free Software Foundation (GNU folks) and the takover of Compaq (DEC owners) by Hewlett Packard.

Modula 2 is a development of Pascal by its original author and adds separately compiled modules, stricter & clearer syntax and a host of system programming additions to Pascal in addition to a general clean up of the language features. Modula 2+ added multitasking, threading and multi programming features to the language and was originally created as an operating system development tool. Modula 3 adds memory management (garbage collection), type & generic safety features, generic programming, better exception handling and object-oriented extensions.

Version

SRC Modula 3 V2.3.6

Prerequisites

Links

Please note that due to a bug in the Hobbes incoming text parser the two versions of the DEC SRC Modula 3 system got the same description on Hobbes and are both listed as being for v3 of the OS, but actually version 36c is specifically for v3 and version 36d for v4 or eComStation.

Authors

  • Luca Cardelli, James Donahue, Lucille Glassman and Mick Jordan (Modula 2+ and M3)
  • Bill Kalsow and Greg Nelson (Later work at DEC SRC)
  • Klaus Preschern (OS/2 and DOS ports)