Re: Question/Problem re (set! *warn-on-reflection* true)

2009-06-22 Thread arasoft
Thank you for your help. I have posted a message on the Enclojure group yesterday and I am still waiting for it to show up... On Jun 22, 5:46 am, Stephen C. Gilardi squee...@mac.com wrote: On Jun 21, 2009, at 11:17 PM, arasoft wrote: When I enter the following function into the REPL it

Re: Question/Problem re (set! *warn-on-reflection* true)

2009-06-21 Thread Stephen C. Gilardi
On Jun 21, 2009, at 11:17 PM, arasoft wrote: When I enter the following function into the REPL it compiles and works without problems: (defn harmonic-number [n prec] (reduce + (map #(with-precision prec (/ 1 (bigdec %))) (range 1 (inc n ) After (set! *warn-on-reflection* true),