chickadee » srfi-216 » nil

nilconstant

The canonical empty list value '()

Remark: even though many modern Scheme implementations only use '() to represent the empty list, SICP follows the Lisp tradition in this respect.