MODULA-2

Module System

Created: 1978 Creator: Niklaus Wirth Type: Compiled

// OVERVIEW

Modula-2 is a general-purpose programming language with strong module system. Designed to support large-scale software development with focus on code organization.

📦

Modules

Strong module system

🔧

Low-level

System programming

âš¡

Efficient

Fast execution

examples.txt

                        

// USE CASES

System Software

Operating systems

Large Projects

Enterprise systems

Legacy Code

Maintenance

Education

Teaching modules

// RESOURCES