annotate src/rlm/wishlist.clj @ 0:78a630e650d2

initial import
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 00:57:08 -0700
parents
children
rev   line source
rlm@0 1 (ns rlm.wishlist)
rlm@0 2
rlm@0 3
rlm@0 4
rlm@0 5
rlm@0 6 (defn memory
rlm@0 7 "returns the total memory taken by the object"
rlm@0 8 [object])
rlm@0 9
rlm@0 10
rlm@0 11 (defn source+
rlm@0 12 "gathers all the source of the variable; works for multimethods"
rlm@0 13 [variable])
rlm@0 14
rlm@0 15
rlm@0 16 (defn pure?
rlm@0 17 "determines whether the function is pure or not"
rlm@0 18 [function])
rlm@0 19
rlm@0 20
rlm@0 21 "infinite percision numbers"
rlm@0 22
rlm@0 23 "generic + for functions"
rlm@0 24
rlm@0 25