the third argument to findFib on
> line 7 and around the first and third arguments to findFib on line 8.
>
> Best,
> Siddhartha
>
>
>
> On Mon, Oct 19, 2009 at 8:22 PM, Peregrine wrote:
>
> > Hey I am new to Clojure and I am doing some Project Euler problems to
>
; (findFib 0 1 2)
1:10 problem2=> java.lang.ClassCastException: java.lang.Integer cannot
be cast to clojure.lang.IFn (repl-1:9)
I know my code may be incorrect to find the issue at hand but I cannot
get passed this issue.
Can anyone help?
Thanks!!
peregrine.
--~--~-~--~~~---~