Timothy Pratley <timothyprat...@gmail.com> writes: > I've found myself a few times in a situation where I'm banging some > java code into clojure, and the java source uses import foo.* blah.* > bar.* How do other people do this?
If there's a lot of stuff I have to import I use Mark's nifty addition to SLIME: http://dishevelled.net/Generating-Clojure-import-lines-using-SLIME.html You specify a regexp and it greps through all the classes in the classpath and adds imports for all the ones that match. -- 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