Hi,
in this code:
(defn main []
(check-services))
(defn check-services []
1)
if I call slime-eval-defun on "main" before calling it on "check-
services", Clojure aborts with:
java.lang.Exception: Unable to resolve symbol: check-services in this
context (NO_SOURCE_FILE:3)
[Thrown class clojure.lang.Compiler$CompilerException]
Is it expected?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---