Critical Mass Modula-3: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
m (CM3 is about to have a stable release.)
 
Line 5: Line 5:


There is very little [[C]] code in the implementation, even in the runtime.
There is very little [[C]] code in the implementation, even in the runtime.

Recently (About the middle of 2009) CM3 has seen a surge in development, and a stable release is planned. Version 5.8 RC3 is available, with a stable release in the next few months.


==External Links==
==External Links==

Latest revision as of 19:17, 10 September 2009

Critical Mass Modula-3 is an implementation of Modula-3. Other implementations of Modula-3.
Critical Mass Modula-3 is an example of a compiler. You may find the programming tasks that have been solved using it here.

Critical Mass Modula-3 is an open source implementation of Modula-3 originally created by Critical Mass.

CM3 is the 'main' Modula-3 implementation currently.

There is very little C code in the implementation, even in the runtime.

Recently (About the middle of 2009) CM3 has seen a surge in development, and a stable release is planned. Version 5.8 RC3 is available, with a stable release in the next few months.

External Links