Skip to content
Snippets Groups Projects
Commit 66add4e0 authored by Mariano Montone's avatar Mariano Montone
Browse files

Formatting

parent a26f75a3
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<div id="quotes" style="display: none;"> <div id="quotes" style="display: none;">
<div> <div>
<p class="quote-text"> <p class="quote-text">
"Programs must be written for people to read, and only incidentally for machines to execute" "Programs must be written for people to read, and only incidentally for machines to execute."
</p> </p>
<p class="quote-author">- Abelson & Sussman, SICP, preface to the first edition</p> <p class="quote-author">- Abelson & Sussman, SICP, preface to the first edition</p>
</div> </div>
...@@ -93,11 +93,7 @@ ...@@ -93,11 +93,7 @@
<p class="quote-author">- George Boole, quoted in Iverson's Turing Award Lecture</p> <p class="quote-author">- George Boole, quoted in Iverson's Turing Award Lecture</p>
</div> </div>
<div> <div>
<p class="quote-text">"the greatest single programming language ever designed"</p> <p class="quote-text">"One of the most important and fascinating of all computer languages is Lisp (standing for "List Processing"), which was invented by John McCarthy around the time Algol was invented."</p>
<p class="quote-author">- Alan Kay, on Lisp</p>
</div>
<div>
<p class="quote-text">"One of the most important and fascinating of all computer languages is Lisp (standing for "List Processing"), which was invented by John McCarthy around the time Algol was invented"</p>
<p class="quote-author">- Douglas Hofstadter, Godel, Escher, Bach</p> <p class="quote-author">- Douglas Hofstadter, Godel, Escher, Bach</p>
</div> </div>
<div> <div>
...@@ -109,8 +105,8 @@ ...@@ -109,8 +105,8 @@
<p class="quote-author">- Alan Kay</p> <p class="quote-author">- Alan Kay</p>
</div> </div>
<div> <div>
<p class="quote-text">"Greenspun's Tenth Rule of Programming: any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp."</p> <p class="quote-text">"Any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp."</p>
<p class="quote-author">- Philip Greenspun</p> <p class="quote-author">- Philip Greenspun (Greenspun's Tenth Rule of Programming)</p>
</div> </div>
<div> <div>
<p class="quote-text">"Lisp is worth learning for the profound enlightenment experience you will have when you finally get it; that experience will make you a better programmer for the rest of your days, even if you never actually use Lisp itself a lot."</p> <p class="quote-text">"Lisp is worth learning for the profound enlightenment experience you will have when you finally get it; that experience will make you a better programmer for the rest of your days, even if you never actually use Lisp itself a lot."</p>
...@@ -121,7 +117,7 @@ ...@@ -121,7 +117,7 @@
<p class="quote-author">- Martin Rodgers</p> <p class="quote-author">- Martin Rodgers</p>
</div> </div>
<div> <div>
<p class="quote-text">"Common Lisp, a happy amalgam of the features of previous Lisps"</p> <p class="quote-text">"Common Lisp, a happy amalgam of the features of previous Lisps."</p>
<p class="quote-author">- Winston & Horn, Lisp</p> <p class="quote-author">- Winston & Horn, Lisp</p>
</div> </div>
<div> <div>
...@@ -169,8 +165,8 @@ ...@@ -169,8 +165,8 @@
<p class="quote-author">- Christian Lynbech, Road to Lisp</p> <p class="quote-author">- Christian Lynbech, Road to Lisp</p>
</div> </div>
<div> <div>
<p class="quote-text">"it has assisted a number of our most gifted fellow humans in thinking previously impossible thoughts."</p> <p class="quote-text">"[Lisp] has assisted a number of our most gifted fellow humans in thinking previously impossible thoughts."</p>
<p class="quote-author">- Edsger Dijkstra, on Lisp (CACM, 15:10)</p> <p class="quote-author">- Edsger Dijkstra, CACM, 15:10</p>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment