Category:Modula-3: Difference between revisions

Content added Content deleted
(m)
(expanded)
Line 1: Line 1:
{{language|Modula-3}}
{{language|Modula-3}}


Modula-3 is a programming language created at DEC by Luca Cardelli as an extension to Niklaus Wirth's Modula-2.
Modula-3 is a programming language created jointly at DEC and Olivetti by Luca Cardelli and others as an extension to Modula-2+, an extension of Niklaus Wirth's Modula-2 programming language.


Modula-3 is imperative, structured, modular, object oriented, garbage collected, and type safe.
Modula-3 is imperative, structured, modular, object oriented, generic, garbage collected, and type safe.


It contains a very nice threading syntax and implementation.
It contains a very nice threading syntax and implementation.


It's main implementation is Critical Mass Modula-3.
It's main implementation is [[Critical Mass Modula-3]].


Modula-3 influenced a few languages, like C#, Java, CAML, and Python.
Modula-3 influenced a few languages, like [[C#]], [[Java]], [[Ocaml]], and [[Python]].


Links: http://www.modula3.org/
Links: http://www.modula3.org/