Skip to content
Snippets Groups Projects
Commit c5b5fa48 authored by ram's avatar ram
Browse files

Instead of saying Allegro, say "commercial implementations."

parent 0a3ec09c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
.\" If you want to use this code or any part of CMU Common Lisp, please contact
.\" Scott Fahlman or slisp-group@cs.cmu.edu.
.\"
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/cmucl.1,v 1.4 1991/10/18 18:41:17 ram Exp $
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/cmucl.1,v 1.5 1991/11/05 20:33:31 ram Exp $
.\"
.\" **********************************************************************
.\"
......@@ -33,7 +33,7 @@ RT Mach version. At least 16 megabytes of memory and 25 megabytes of disk
space are recommended. As usual, more is better.
.SH OVERVIEW
When compared other Common Lisp implementations (such as Allegro), CMU CL has
When compared other Common Lisp implementations, CMU CL has
two broad advantages:
.TP 3
\--
......@@ -172,8 +172,10 @@ direct support for such functions, these operations can easily be
open-coded.
.TP 3
\--
Substantially better bignum performance than Allegro (2x-4x). Bignums
implemented in lisp using word integers, so you can roll your own.
Substantially better bignum performance than commercial implementations
(2x-4x). Bignums implemented in lisp using word integers, so you can roll your
own.
.PP
Python's compiler warnings and efficiency notes are especially valuable in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment