Get the latest tech news
Fast SEQUENCE iteration in Common Lisp
EQUENCE iteration in Common Lisp If you don't know what sequences are in CL, here's the gist of it: either a linked list or a vector. The main idea being that some operations like element search, comparison or deletion should have the same interface for both those types.
None
Or read this on Hacker News
