On Jun 25, 5:38 am, Mark Addleman <mark_addle...@bigfoot.com> wrote:
> Searching through this forum, I found many posts relating to improving
> Clojure's error messages.  I stumbled across one where Rich makes a
> plea for concrete suggestions to specific cases.

Here's one that regularly confuses me:

  (prn [10)

  => java.lang.Exception: Unmatched delimiter: )

Ideally the exception should correctly report the type of unmatched
bracket. In this case:

  => java.lang.Exception: Unmatched delimiter: ]

- James
--~--~---------~--~----~------------~-------~--~----~
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