> I know there is no way to import org.newdawn.slick.* (as discussed > here :http://groups.google.com/group/clojure/browse_thread/thread/fa00a0ff4... > ). What do you do in programs that need huge list of imports ? I'm > kinda spoiled by the Eclipse way of doing this, which is roughly : > import everything, forget about it, and let you IDE clear up the list. > And at least for development part it make things easier. If I hadn't > had the exact list of import to copy paste in this case, I would > probably have gone bored and depressed by the second class to import > manually (lazyness is not only for evaluation ;) )
I have a way to import .* if you really want it, although it's so ugly and not recommended I won't post it here :) I have found it useful when I just want to mess around with quick scripts though. If you're interested email me and I'll pass it on. -Jason --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---