Richard Möhn <[email protected]> writes: > How do I remove from a nested datastructure the objects whose (pr obj) > representation doesn't comply with the EDN specification? Fx, > {:a 1 :b (find-ns 'user)} → {:a 1} > Or, easier, how do I just not print these objects?
Additionally/alternatively to the 1.7.0 changes mentioned by Alex Miller, check out: https://github.com/llasram/letterpress If you can stomach the (very gentle) monkey-patching, it provides the ability to arbitrarily redefine and hook printing within a particular dynamic scope. -- Marshall Bockrath-Vandegrift <[email protected]> Principal Software Engineer, Damballa R&D | 518.859.4559m -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
