Modula-3 is a modern programming language hat supports interfaces, objects, generics, the isolation of unsafe code, garbage collection, exception handling and subtyping. Modula-3 was designed to be substantially simpler than other languages with comparable power, in order to facilitate the construction of large applications.
This is a version of Modula-3 that is running on a plain DOS-PC. The main source is addressed to students of undergraduate programming courses and the other Modula-3 programmers that are beginners. The environment of Modula-3 was developed from the Department of Informatics, University of Klagenfurt. This is used as their introduction into the programming courses. The system implements version 2.09 of the Digital System Research Centers, Modula-3 implementation. This particular source uses the Daniel Lee Jackson's PC port of the Gnu C compiler. This is included in their release and can be formatted completely from here and from many other sites.
Our version features:
They have built a little shell (m3shell) which will and can translates the long filenames they we may type in, into the DOS-filenames. This can be used instead of the graphical enviromnment. It has an unix-lookalike "ls"-command available in this program. There are many different commands that will be able to teach the system the new long filenames.
There is also another version that is based on an older version of djgpp which includes a graphical ide (but this is much more difficult to install, and it also has a memory leakages problems and it will not run under windows).
Modula-3 is the high-end successor of Modula-2. Besides having a clean and mature set of structured and object-oriented programming features, Modula-3 also is a supporting programming in a large and excellent way.
In the advanced programming of Modula-3, there are lots of features available. According to the version, the type, and the model of Modula-3 that you use, the environment is going to be much different. In this particular type the following features are available:
The Modula-3 community is supported by a massive collection in ftp://gatekeeper.dec.com/pub/DEC/Modula-3/. This archive contains boot code, example programs, and large amounts of mailing lists and news group discussions. Be sure that while you are learning this, you peruse the README file in the release directory before initiating any FTP's. Lest you grab large amounts of useless (on your machine) boot code.
In this section you will be informed on what will and what will not be excepted while using the language of Modula-3. Modula-3 is a descendant of the Pascal family of languages. Therefore, it also has some characteristics which will be familiar to the C/C++programming languages. Keep in mind that ever version does not allow the same things to happen. So you have to go with the version that is being used to decide what features are available to you. This is just a few things and features that almost every version goes by.
Laszlo, Böszörmenyi. Advanced Programming in Modula-3. University of Klagenfurt, Austria
Dubeau, Louis-Dominique. New Development Environment. September 4, 1997.
Schuab, Stephen. Modula-3 Reference and Tutorial. January 1997.