view src/rlm/wishlist.clj @ 9:1065e7d615a4 tip

deactivate some cruft.
author Robert McIntyre <rlm@mit.edu>
date Mon, 08 Jul 2013 12:51:12 -0400
parents 78a630e650d2
children
line wrap: on
line source
1 (ns rlm.wishlist)
6 (defn memory
7 "returns the total memory taken by the object"
8 [object])
11 (defn source+
12 "gathers all the source of the variable; works for multimethods"
13 [variable])
16 (defn pure?
17 "determines whether the function is pure or not"
18 [function])
21 "infinite percision numbers"
23 "generic + for functions"