diff --git a/general-info/cmucl.1 b/general-info/cmucl.1 index 43a3a21235f7cfc275aa24d912fc7b21a58029b2..0ce99c6004ee78ee8684cdb3532f02e96535346a 100644 --- a/general-info/cmucl.1 +++ b/general-info/cmucl.1 @@ -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