view 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
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"