0.8.10.53:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 24 May 2004 14:30:50 +0000 (14:30 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 24 May 2004 14:30:50 +0000 (14:30 +0000)
0.8.10.51 me harder! Nikodemus pointed out that sbcl.1 also
mentions compiler-onliness. Avoid confusion the easy
way by just deleting that paragraph, on the theory that
people reading about SBCL at the once-over-lightly
level of the man page probably don't need to hear about
details which are unlikely to affect their lives.

doc/sbcl.1
version.lisp-expr

index 7b4678e..a195b16 100644 (file)
@@ -194,11 +194,6 @@ better job on them.)
 
 .SH THE COMPILER
 
-SBCL is essentially a compiler-only implementation of Common Lisp. All
-nontrivial Lisp code is compiled to native machine code before being
-executed, even when the Lisp code is typed interactively at the
-"interpreter" prompt.
-
 SBCL inherits from CMU CL the "Python" native code compiler. (Though
 we often avoid that name in order to avoid confusion with the
 scripting language also called Python.) This compiler is very clever
index 6eb5db9..71a4269 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.10.52"
+"0.8.10.53"