This commit is contained in:
Kartik K. Agaram 2015-01-02 11:52:58 -08:00
parent 5249b0ffe7
commit 3c04307dd4
1 changed files with 2 additions and 0 deletions

2
mu.arc
View File

@ -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))