Getting Started

Setting up the M Compiler

The M compiler does not need any special setup to work; simply clone M’s github repository in the directory of your choice, install the dependencies, and run.

git clone https://github.com/m-language/m.git
cd m/m-ps
bower install
npm install
pulp build
npm run repl

Setting up your Editor

There are M plugins for several popular editors:

If you have written a plugin for your favorite editor, please open a pull request to have it added to this list.