[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
www/gnu rms-lisp.html
From: |
Therese Godefroy |
Subject: |
www/gnu rms-lisp.html |
Date: |
Tue, 7 Jul 2020 07:50:59 -0400 (EDT) |
CVSROOT: /webcvs/www
Module name: www
Changes by: Therese Godefroy <th_g> 20/07/07 07:50:59
Modified files:
gnu : rms-lisp.html
Log message:
Replace <tt> with <code>.
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu/rms-lisp.html?cvsroot=www&r1=1.41&r2=1.42
Patches:
Index: rms-lisp.html
===================================================================
RCS file: /webcvs/www/www/gnu/rms-lisp.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- rms-lisp.html 1 Jul 2020 14:25:15 -0000 1.41
+++ rms-lisp.html 7 Jul 2020 11:50:59 -0000 1.42
@@ -215,7 +215,7 @@
in every operation as well. Ordinary computers typically forced you to
choose between execution speed and good typechecking. So yes, you could
have a Lisp compiler and run your programs fast, but when they tried to
-take <tt>car</tt> of a number, it got nonsensical results and eventually
+take <code>car</code> of a number, it got nonsensical results and eventually
crashed at some point.</p>
<p>The Lisp machine was able to execute instructions about as fast as
@@ -583,7 +583,7 @@
<p class="unprintable">Updated:
<!-- timestamp start -->
-$Date: 2020/07/01 14:25:15 $
+$Date: 2020/07/07 11:50:59 $
<!-- timestamp end -->
</p>
</div>