Status of Lisp as I See It

Dependency Management: Seems to be brittle.

Project Management: Weak also.

Mocking Framework: None. I found this: ‘el-expectations.el’ and ‘el-mock.el’

Unit Testing: I am presently using lisp-unit. I have found that this tool is pretty good. Sofar I’ve been able to change it’s output pretty easy. I changed the format of the output and then wrapped the macro in (time). I really like this tool.

Leave a Reply