Search Results

1
vote

How do I iterate through a directory in Common Lisp?

The modern Common Lisp library implementing directory listing is IOLIB. It works like this: CL-USER> (i …