From: Jeremy Smith
Subject: Terminology of Lisp commenting
Date: 
Message-ID: <Xns9976C84471D61jeremyalansmithsofth@80.5.182.99>
Hi all,

I recently found a good way of remembering Lisp block comments.

#| can be termed "Hash pipe" and this is the opening comment, and the other 
is just that reversed.

Does anyone else use this terminology? I find it very easy to remember, 
considering the number of hash pipes that maybe feature in Lisp history. 
;-)

Cheers,

Jeremy.