Question

Given how with future version of clojure are discouraging use of clojure-contrib as a single item - how do you find where things have moved to.

For example - this utility: http://richhickey.github.com/clojure-contrib/javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-browser handy - but where has it moved to under the new scheme?

Was it helpful?

Solution

Not all of the old "monolithic" contrib has been migrated to the new "modular" contrib. Some of it may never be migrated. It's up to the community to port the bits of the library they find useful.

You could try contacting the original maintainer to see if they have plans to migrate to the new library.

See http://dev.clojure.org/display/doc/Clojure+Contrib for an overview of the new contrib and where various things have ended up.

OTHER TIPS

There is now a better overview of the migration status in place:

http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top