Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
1 changed file:
Changes:
README.md
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+CMUCL is a free, high performance implementation of the Common Lisp
+programming language which runs on most major Unix platforms. It
+mainly conforms to the ANSI Common Lisp standard. CMUCL provides a
+sophisticated native code compiler; a powerful foreign function
+interface; an implementation of CLOS; the Common Lisp Object System;
+which includes multimethods; a metaobject protocol; a source-level
+debugger and code profiler; and an Emacs-like editor implemented in
+Common Lisp. CMUCL is maintained by a team of volunteers collaborating
+over the Internet, and is mostly in the public domain.
+