Hacker News new | ask | show | jobs
by chrisseaton 2446 days ago
Right - a Lisp list is conceptually a linked-list. How the compiler chooses to implement the list is up to it - it can use an array as long as it can meet the specification and give useful performance.