Raymond Toy pushed to branch master at cmucl / cmucl
Commits: b4b4fb95 by Raymond Toy at 2015-08-30T13:56:47Z Add README file, most for gitlab.
- - - - -
1 changed file:
- + README.md
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. +
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/b4b4fb95ad5e36c95b83a89abc...