All the above are addressed with a patch at:
http://code.google.com/p/clojure/issues/detail?id=32
--Chouser
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to cloj
Just a small typo I came across in the doc for Delay,
I believe 'than' should be 'that'
clojure.core/delay
([& body])
Macro
Takes a body of expressions and yields a Delay object than will
invoke the body only the first time it is forced (with force), and
will cache the result and return it
On Sat, Jan 3, 2009 at 2:03 PM, Fanda wrote:
>
> Hello all!
> I found 2 little things:
> 1) This Reference isn't updated according to the menu on the left:
> http://clojure.org/Reference
Fixed, thanks.
> 2) New files added in the last Clojure check-ins don't have Eclipse
> licence, but CPL (for
Hello all!
I found 2 little things:
1) This Reference isn't updated according to the menu on the left:
http://clojure.org/Reference
2) New files added in the last Clojure check-ins don't have Eclipse
licence, but CPL (for example rev 1193).
Cheers, Frantisek
--~--~-~--~~