diff src/clojureDemo/librlm.clj~ @ 1:6d9bdaf919f7

added clojureDemo source
author Robert McIntyre <rlm@mit.edu>
date Fri, 20 Aug 2010 00:32:44 -0400
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/clojureDemo/librlm.clj~	Fri Aug 20 00:32:44 2010 -0400
     1.3 @@ -0,0 +1,11 @@
     1.4 +(ns clojureDemo.librlm)
     1.5 +
     1.6 +;  (defmethod*  - java.lang.Boolean [x] (not x))
     1.7 +
     1.8 +;  (defmethod + [java.lang.Boolean java.lang.Boolean]
     1.9 +;    [a b] (or a b))
    1.10 +  
    1.11 +;  (defmethod * [java.lang.Boolean java.lang.Boolean]
    1.12 +;    [a b] (and a b))
    1.13 +  
    1.14 +;  (defmethod / java.lang.Boolean [x] x)