Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 839 Bytes

Readme.md

File metadata and controls

33 lines (23 loc) · 839 Bytes

Environment for learning programming using Mu: http://akkartik.name/post/mu

Run it from the mu directory:

$ ./mu edit

This will load all the .mu files in this directory and then run the editor. Press ctrl-c to quit. Press F4 to save your work (if a lesson/ directory exists) and to run the contents of the sandbox editor on the right.

You can also run the tests for the environment:

$ ./mu test edit

You can also load the files more explicitly by enumerating them all:

$  ./mu edit/*.mu

This is handy if you want to run simpler versions of the editor so you can stage your learning.

$ ./mu edit/00[12]*.mu  # run a simple editor rather than the full environment

To see how the various 'layers' are organized, peek inside the individual .mu files.