This is Chris Riesbeck's Lisp Critic tool, and supporting files,
originally from:
http://www.cs.northwestern.edu/academics/courses/325/exercises/critic.html
It has been modified in the following ways:
- all require/provide statements have been removed
- references to a the cs235 package package have been replaced with
a new package, lisp-critic-user
- an ASDF defsystem file has been added
To use the package, load the defsystem, switch to the lisp-critic-user
package, and use the critique function, documented in the source.
Zach Beane
2004-05-06