I'd like to see a recursive feature added to the "import" command. For example "import java.lang.**" would import recursively everything in
all packages which start with java.lang. This would be particularly useful to get your own classes without zillions of imports or importing everying (and getting conflicts with String, etc...).