Tag: loops
Loops in Emacs Lisp
This article in the Emacs series explores looping techniques that are available with Emacs Lisp.
T here are built-in constructs such as while and dolist...
CodeSport
In this month's column, we will continue our discussion on some of the common loop optimisations performed by the compiler.
In last month's column, I...