Namespace bug?

2011-06-11 Thread Brent Millare
Using Clojure 1.3.0-alpha8 can anyone else confirm this? user= (require '[clojure.repl :as r]) nil user= (r/doc doc) - clojure.repl/doc ([name]) Macro Prints documentation for a var or special form given its name nil user= (the-ns 'clojure.repl) #Namespace clojure.repl

Re: Namespace bug?

2011-06-11 Thread Meikel Brandmeyer
Hi, Am 11.06.2011 um 08:01 schrieb Brent Millare: Using Clojure 1.3.0-alpha8 can anyone else confirm this? user= (require '[clojure.repl :as r]) nil user= (ns-aliases (the-ns 'clojure.repl)) {} user= (map #(ns-aliases (ns-name %)) (all-ns)) ({} {} {} {} {} {} {} {} {r #Namespace

Re: clojure-contrib.jar file

2011-06-11 Thread octopusgrabbus
Thanks. These are the links I've used, and it's worked just fine on two systems now. I probably got the deprecated version. On Jun 10, 1:09 am, Sean Corfield seancorfi...@gmail.com wrote: On Thu, Jun 9, 2011 at 3:15 PM, Benny Tsai benny.t...@gmail.com wrote: I've never built contrib from

Recursive var definition

2011-06-11 Thread Shoeb Bhinderwala
Fairly new to clojure. When I was browsing a solution to one of the problems in project Euler, I came across a solution that used a recursive var definition. ;By considering the terms in the Fibonacci sequence whose values do not ;exceed four million, find the sum of the even-valued terms. (def

Re: Namespace bug?

2011-06-11 Thread Brent Millare
I see now, thanks. On Jun 11, 2:29 am, Meikel Brandmeyer m...@kotka.de wrote: Hi, Am 11.06.2011 um 08:01 schrieb Brent Millare: Using Clojure 1.3.0-alpha8 can anyone else confirm this? user= (require '[clojure.repl :as r]) nil user= (ns-aliases (the-ns 'clojure.repl)) {} user=

Re: hammock driven development...

2011-06-11 Thread Pedro Teixeira
You might also enjoy the talk 'Where Good Ideas Come From' ;) http://www.youtube.com/watch?v=NugRZGDbPFUfeature=share On Jun 9, 2:09 pm, Brian Marick mar...@exampler.com wrote: On Jun 9, 2011, at 3:27 PM, Jules wrote: I'd also like to say this - TAKE THE HAMMOCK BIT SERIOUSLY - there is a

Re: hammock driven development...

2011-06-11 Thread Nick Brown
Going for walks also helps me. Having some form a mild physical activity that I don't have to concentrate on seems to help me think. It can be a walk around the block, a hike through the park, or just walking around the office. You also get the added benefits of it being good for your health,