Modula-3

From GPWiki

(Redirected from Modula3)

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

This page is far from complete, go ahead and write some more!
You can extend this page by editing it.

Modula-3 is a programming language which was created in the late 1980s with the purpose to succeed Modula-2.

Features

Modula-3 has the following features:

  • Modules and interfaces
  • Explicit marking of unsafe code
  • Automatic garbage collection
  • Strong typing
  • Objects
  • Exceptions
  • Threads
  • Generics

See also