As a newbie, this is the biggest frustration i have with clojure.

Coming from a scheme background i regularly type
(defn (func a b v) .. )
That produces a completely non-specific and non-locatable error message. I occasionally resort to cutting my files in halves until i locate the offending line. Very 1950s.

On 13/05/10 20:11, Brian Watkins wrote:
What is the method that gets line numbers and function names into
stack traces?  I know I can't get them in the Repl (because there
aren't any), but I tried loading my file with load-file and that
doesn't help either.


--
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
Note that posts from new members are moderated - please be patient with your 
first post.
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