On Mar 16, 10:40 am, Christophe Grand <christo...@cgrand.net> wrote:
>
> Yes, it prevents typos to go unnoticed. You can write a forward
> declaration :
>
> (declare check-services); equivalent to (def check-services)
>
> (defn main []
> (check-services))
>
> (defn check-services []
> 1)
>
OK, thanks. I was expecting a behavior similar to Scheme (and maybe
Common Lisp).
Doesn't that hampers interactive development? I mean: you have to
develop the program in a more controlled manner.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---