Modula-3 @ elego

Modula-3 is a systems programming language that descends from Mesa, Modula-2, Cedar, and Modula-2+. It also resembles its cousins Object Pascal, Oberon, and Euclid.

The goal of Modula-3 is to be as simple and safe as it can be while meeting the needs of modern systems programmers. Instead of exploring new features, we studied the features of the Modula family of languages that have proven themselves in practice and tried to simplify them into a harmonious language. We found that most of the successful features were aimed at one of two main goals: greater robustness, and a simpler, more systematic type system.

Modula-3 retains one of Modula-2's most successful features, the provision for explicit interfaces between modules. It adds objects and classes, exception handling, garbage collection, lightweight processes (or threads), and the isolation of unsafe features.

Die zentrale Stelle für Informationen über Modula-3 ist www.modula3.org.

elego Software Solutions hat die vollständigen Quellen für den Critical Mass Modula-3 Compiler und das zugehörige Entwicklungssystem von Critical Mass, Inc., im Jahre 2000 "geerbt", und seitdem mehrere Releases des Systems in Quell- und Binärformat produziert. Ausführliche Informationen zu CM3 sind hier zu finden.

Im März 2002 haben wir außerdem das CVS-Repository der anderen aktiven Modula-3-Distribution PM3 übernommen, die bis zu diesem Zeitpunkt an der Ecole Polytechnique in Montreal gepflegt wurde. Der dortige Server stellte seinen Betrieb Ende August 2002 ein.

Derzeit verwaltet also elego Software Solutions die CVS-Versionsdatenbanken mit den Modula-3-Quellen und stellt die folgenden Dienste zur Verfügung:

Jede(r), der an CM3 und PM3 (mit)arbeiten will, kann Schreibzugriff auf die CVS-Datenbank erhalten. Dazu muss nur ein SSH-Schlüssel (vorzugsweise DSA für Version 2 OpenSSH) hinterlegt werden. Schicken Sie einfach eine E-Mail an m3-support{at}elego.de falls Sie interessiert sind, und lesen Sie bitte die CM3 Configuration Management Rules.