I hate to be negative, but that code base is a complete mess. I looked into helping out on the project a few months ago, but stopped almost immediately when I saw the code. I'm a little sad that a release is being announced and the code is still a mess.<p>For example, in the src/core directory there are about a million files, of types <i>.txt, </i>.cc, <i>.cxml, </i>.xml, <i>.old, </i>.py, <i>.sh, </i>.prototype, <i>.csc, </i>.pdb, <i>.moe, </i>.grep, *.fbp, etc., and many of them have mysterious names like "tf.csc" or "v.txt". And a lot of the files seem to have nothing to do with common lisp or C++, and contain mysterious 1 or 2 line code snippets or shell one liners.<p>Honestly, it's just a terrible first impression. Are there any plans to clean it up and make it usable by other people?<p>Edit: And perhaps more worrying, there are things like this <a href="https://github.com/drmeister/clasp/blob/master/src/clbind/class_registry.cc" rel="nofollow">https://github.com/drmeister/clasp/blob/master/src/clbind/cl...</a>, where there's a copyright notice, and then immediately below it an older copyright notice to somebody else.