"List processing is one of the computer's biggest strengths; singly linked lists provide the basis for a number of interesting algorithms and techniques that are useful in every aspect of programming. I'll show you these techniques in this article, as well as a simple language that can deliver the techniques without having to brave the complexities of C.
"First, let's re-examine linked lists..."