Name: Anonymous 2012-01-28 12:49
In other languages you can do something like
And you'll automatically have access to those libraries. What is the equivalent in Lisp?
import library1
import library2
...And you'll automatically have access to those libraries. What is the equivalent in Lisp?