X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fefficiency.sgml;h=b4dc6aa531767850e5d639d7fcafe5ec68db4142;hb=1bbd405c3c21f93db7aa956946738c8a3f30837d;hp=88d7d88b83ff50dfaf39ff2b68a797e7a38c56a0;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/doc/efficiency.sgml b/doc/efficiency.sgml index 88d7d88..b4dc6aa 100644 --- a/doc/efficiency.sgml +++ b/doc/efficiency.sgml @@ -28,7 +28,7 @@ few other points to keep in mind. The &CMUCL; manual doesn't seem to state it explicitly, but &Python; has a mental block about type inference when - assignment is. involved &Python; is very aggressive and clever + assignment is involved. &Python; is very aggressive and clever about inferring the types of values bound with let, let*, inline function call, and so forth. However, it's much more passive and dumb about inferring the types of