diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/rlm/wishlist.clj	Tue Oct 18 00:57:08 2011 -0700
     1.3 @@ -0,0 +1,25 @@
     1.4 +(ns rlm.wishlist)
     1.5 +
     1.6 +
     1.7 +
     1.8 +
     1.9 +(defn memory
    1.10 +  "returns the total memory taken by the object"
    1.11 +  [object])
    1.12 +
    1.13 +
    1.14 +(defn source+
    1.15 +  "gathers all the source of the variable; works for multimethods"
    1.16 +  [variable])
    1.17 +
    1.18 +
    1.19 +(defn pure?
    1.20 +  "determines whether the function is pure or not"
    1.21 +  [function])
    1.22 +
    1.23 +
    1.24 +"infinite percision numbers"
    1.25 +
    1.26 +"generic + for functions"
    1.27 +  
    1.28 +