Hacker News new | ask | show | jobs
by fourier 3362 days ago
They still have a major flow - common lisp packages are not hierarchical (in contrast to java) which makes it hard to have some symbols exported to not all packages but rather subset of them.
1 comments

You can import all symbols from a package with "use" or explicitly import specified symbols with "import" on a package by package basis.

I am not following your actual use case, can you explain further?