Real morons never admit their mistakes, and are hardly self-critical. I suspect you're a fake, wannabe-moron: i.e. a closeted intelligent person, with human decency.
CLISP is not really written in C proper; but files with *.d suffix are C with heavy pre-processor use that make them look like Pascal. It also uses "var" keyword to declare new variables, along with shell-style # line comments. It also uses German for variables and comments. Things have been changing heavily as of late, and there is more push toward C style and English usage, but here is what it look(s|ed) like.
http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/src/intc...
The code is beautiful and readable, but very unidiomatic.