Jump to content

Modula-3: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 37: Line 37:
* Elcomsoft: [https://modula3.elegosoft.com/cm3/doc/help/bib.html Modula-3; an annotated bibliography]
* Elcomsoft: [https://modula3.elegosoft.com/cm3/doc/help/bib.html Modula-3; an annotated bibliography]
* USENET: [news:comp.lang.modula3 comp.lang.modula3] - Very low volume
* USENET: [news:comp.lang.modula3 comp.lang.modula3] - Very low volume
==Standards==
* [http://www.fh-jena.de/~kleine/history/languages/DEC-Modula3-SRC052.pdf The revised version of the original Modula-3 report] and the associated paper below
* [http://www.fh-jena.de/~kleine/history/languages/DEC-Modula3-SRC113.pdf Some useful Modula-3 interfaces].


[[Category:Programming Languages]] [[Category:Modula-3]]
[[Category:Programming Languages]] [[Category:Modula-3]]

Revision as of 12:37, 23 May 2021

One of the few languages out there designed as a systems language from the outset. Originally developed by Acorn USA an operating system development tool and then called Modula-2+, it added multitasking, threading and multi programming features to the Modula-2 programming language, but M2 itself 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 3 is a development that adds memory management (garbage collection), type & generic safety features, generic programming, better exception handling and object-oriented extensions to Modula-2+. There is also an obscure variant called simply Modula-3* that adds strong parallel processing features to the language.

See also: Obliq

OS/2 Implementations

Text editors with Modula 3 support

  • jEdit - Java based editor - Modula 3 syntax highlighting built in

DOS Implementations

Publications

  • G. Nelson (ed.): System Programming with Modula-3 - Prentice-Hall 1990, ISBN 0-13-590464-1
  • Harbison: Modula-3 - Prentice-Hall 1992, ISBN 0-13-596396-6


Introductory material
Modula-3*

Links