Skip to content
clemahieu edited this page Jun 5, 2013 · 21 revisions

Mu is designed to be a system programming language most similar to C. The primary design goals for Mu are:

  • Simplify and improve efficiency of build and compilation process
  • Improve language modularity and extensibility
  • Facilitate compiler analysis, optimization, and synthesis to hardware

Check out Major Features to see how Mu can improve your development process.

The Mu toolkit is a language, interpreter, and compiler designed to be used end-to-end in the development process.

Mu is designed to be useful to a wide range of execution environments, type systems, and for researchers looking to investigate new technologies without reimplementing lexers and parsers.

IRC: irc.oftc.net #mu

Please see the Roadmap page for a view of what's currently implemented and what's planned.

For a list of releases see Version History

Clone this wiki locally