comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:78a630e650d2
1 (ns rlm.wishlist)
2
3
4
5
6 (defn memory
7 "returns the total memory taken by the object"
8 [object])
9
10
11 (defn source+
12 "gathers all the source of the variable; works for multimethods"
13 [variable])
14
15
16 (defn pure?
17 "determines whether the function is pure or not"
18 [function])
19
20
21 "infinite percision numbers"
22
23 "generic + for functions"
24
25