diff options
Diffstat (limited to 'development/ccl/slack-desc')
-rw-r--r-- | development/ccl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ccl/slack-desc b/development/ccl/slack-desc new file mode 100644 index 0000000000..1e21e55ca0 --- /dev/null +++ b/development/ccl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ccl: ccl (Clozure Common Lisp). +ccl: +ccl: Clozure CL (often called CCL for short) is a free Common Lisp +ccl: implementation with a long history. Some distinguishing features of +ccl: the implementation include fast compilation speed, native threads, a +ccl: precise, generational, compacting garbage collector, and a convenient +ccl: foreign-function interface. +ccl: +ccl: For additional information : +ccl: http://ccl.clozure.com +ccl: |