> He has no other solution than to audit all his code > to locate (not necessarily a trivial task) and update the > destructuring patterns which concern foo data.
As mentioned, this is a problem in any language. However, clojure lets you do things in much, much less code, so I don't think it will be as difficult as you suggest. More importantly, clojure is functional and has a repl, so you can either create unit tests to check the return value of the library, or when you encounter a problem, just use the repl to interactively debug the problem. I think you'll find clojure libraries are much less of a black box than in other languages. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---