I'm very new to Clojure. And I was pretty much interested to learn
about vectors, list . maps in clojure.
I have a code like this :
(defn factorial-1 [number]
"computes the factorial of a positive integer
in a way that doesn't consume stack space"
(loop [n number factorial 1]
(if (zero
Thanks for your reply! Will look into it!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubs
I want to install clojure version 1.3, which I guess is the latest.
I tried "sudo apt-get install clojure" which installs clojure 1.1 by
default. I use Ubuntu 10.10
Thanks in advance.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this