Hi everyone, The clojure.inspector functions are ... mmm ... a bit "rough on the edge" =)
Is there any lib that provide better support for exploring Clojure data-structures? I am surprised I didn't found anything on Google, GitHub, ... Data-structures are at the core of Clojure, so being able to view / explore them seems a basic need to me. For example: ;; this works fine (clojure.inspector/inspect-tree (range 10)) ;; this breaks (clojure.inspector/inspect-tree (range)) It seems to me that it would be *trivial*™ to implement a viewer that would be able to display (possibly infinite) lazy nested data structures. Any ideas? Cheers, Denis -- 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