PPT Slide
Any S-expression with dot-notation form
( s1 • ( s2 • ( • • • ( sn • NIL ) • • • ) ) )
Not all S-expressions have a list-notation form.
( ( a • b) • (c • (d • e ))
But they all have an internal representation.
List notation is preferred, whenever possible.