Search found 3 matches

by steve1994
Sat Nov 14, 2015 1:28 pm
Forum: Other Dialects
Topic: Help with clojure problem
Replies: 4
Views: 25231

Re: Help with clojure problem

from what you said ive got this:
its incomplete and doesnt work but i have no clue how to go about doing the rest

thanks

(defn evaltree [tree]
(cond (number? tree) tree)
(tree? tree)
(eval (evaltree))
by steve1994
Sat Nov 14, 2015 1:22 pm
Forum: Other Dialects
Topic: Help with clojure problem
Replies: 4
Views: 25231

Re: Help with clojure problem

Hi thanks for your reply.

I'm a complete beginner at this and have no clue how to do any of that. There isn't really much material online to help figure this out. Any chance you could give me a bit more of a push in the right direction on how to do that?


Thanks,
by steve1994
Sat Nov 14, 2015 7:32 am
Forum: Other Dialects
Topic: Help with clojure problem
Replies: 4
Views: 25231

Help with clojure problem

sd