Category:Modula-3: Difference between revisions

From Rosetta Code
Content added Content deleted
(expanded)
m (Moved official site into infobox)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{language|Modula-3}}
{{language|Modula-3
|site=http://www.modula3.org/

|exec=machine
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.
|safety=both
|strength=strong
|express=explicit
|compat=structural
|checking=static
|parampass=both
|gc=yes
|tags=modula3
|LCT=yes}}
'''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, generic, garbage collected, and type safe.
Modula-3 is imperative, structured, modular, object oriented, generic, garbage collected, and type safe.
Line 7: Line 17:
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]].
Its main implementation is [[Critical Mass Modula-3]].


Modula-3 influenced a few languages, like [[C#]], [[Java]], [[Ocaml]], and [[Python]].
Modula-3 influenced a few languages such as [[C Sharp|C#]], [[Java]], [[Ocaml]] and [[Python]].


==Links==
Links: http://www.modula3.org/
* [http://en.wikipedia.org/wiki/Modula-3 Modula-3 at Wikipedia]

Latest revision as of 20:30, 17 March 2014

Language
Modula-3
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type safety: Safe, Unsafe
Type strength: Strong
Type compatibility: Structural
Type expression: Explicit
Type checking: Static
Lang tag(s): modula3
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Modula-3.

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, generic, garbage collected, and type safe.

It contains a very nice threading syntax and implementation.

Its main implementation is Critical Mass Modula-3.

Modula-3 influenced a few languages such as C#, Java, Ocaml and Python.

Links

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Modula-3"

The following 129 pages are in this category, out of 129 total.