about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-08 09:26:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-08 09:26:18 -0800
commitcd9fd509520aa92aa3d96e6e1fba5a9fc5f20bed (patch)
tree0f1e4814120738da929a4a47fdeb964ca7fb855a /mu.arc.t
parent643f35e5c563ad139d6d15d964713f016a21cbc9 (diff)
downloadmu-cd9fd509520aa92aa3d96e6e1fba5a9fc5f20bed.tar.gz
260
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t
index d2b0d70f..a9c316f0 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -1,10 +1,10 @@
 ; Mu: An exploration on making the global structure of programs more accessible.
 ;
-;; Motivation
-;
 ;   "Is it a language, or an operating system, or a virtual machine? Mu."
 ;   (with apologies to Robert Pirsig: http://en.wikipedia.org/wiki/Mu_%28negative%29#In_popular_culture)
 ;
+;; Motivation
+;
 ; I want to live in a world where I can have an itch to tweak a program, clone
 ; its open-source repository, orient myself on how it's organized, and make
 ; the simple change I envisioned, all in an afternoon. This codebase tries to