".el" is the convention for filename ending with Emacs Lisp programs. What is the convention when writing Common Lisp programs, please?
Wikipedia and the Google Common Lisp Style guide both suggest .lisp.
.lisp
Practical Common Lisp suggests .lisp or .cl.
.cl
Note, I'm not a Common Lisp programmer by any measure, so I have no idea if .lisp is actually used in practice.
2.1m questions
2.1m answers
60 comments
57.0k users