On Wed, Jan 7, 2009 at 12:55 AM, Emeka <emekami...@gmail.com> wrote:
>
> Hello,
>
> Why not changing defns create-apple and create-snake to defs create-apple
> and snake-create.Your defns have no args that why I feel strongly that they
> should def, well I may be wrong.

The newest version of my code only has one defn that takes no
arguments and that is main.

You can't just change defn to def when their are no arguments. def
only defines a function if you write it something like this.

(def millis (fn [] (System/currentTimeMillis)))

-- 
R. Mark Volkmann
Object Computing, Inc.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to