about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-02 11:52:58 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-02 11:52:58 -0800
commit3c04307dd4bfa9464961af7d7e17fd1f055b906b (patch)
treeeac507ca08c42a11f2f198425783a1d0a4bed0dc
parent5249b0ffe7402d208d997959a996248ba450c75a (diff)
downloadmu-3c04307dd4bfa9464961af7d7e17fd1f055b906b.tar.gz
484
-rw-r--r--mu.arc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index 6b3091ab..22effc69 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1,4 +1,6 @@
 ;; profiler (http://arclanguage.org/item?id=11556)
+; Keeping this right on top as a reminder to profile before guessing at why my
+; program is slow.
 (mac proc (name params . body)
   `(def ,name ,params ,@body nil))