Hello,
I'm new to Clojure, but in other languages, zip is a workhorse, and I
didn't find it, so I
(defn zip [& ss]
(partition (count ss) (apply interleave ss)))
but because I didn't find it, I am suspicious: is there a better way?
Marmaduke
ps. As a first-poster: thanks
I did a fresh install of Netbeans, added the enclojure plugin, and
then added the clojure 1.1 jar, and it worked just fine.
I have, however, switched back to Emacs because Netbeans is too slow
on my computer.
On Jan 10, 6:45 pm, nwalex wrote:
> Since I couldn't get Enclojure working I decided to