From 14a9c8a49b538bccdacae14b12959c670b8f888d Mon Sep 17 00:00:00 2001 From: Mariano Montone <marianomontone@gmail.com> Date: Fri, 18 May 2018 14:51:20 -0300 Subject: [PATCH] Quote --- layout/templates/layout_2018.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/layout/templates/layout_2018.html b/layout/templates/layout_2018.html index fd71676..d0f57ef 100644 --- a/layout/templates/layout_2018.html +++ b/layout/templates/layout_2018.html @@ -164,6 +164,14 @@ <p class="quote-text">"A Lisp programmer knows the value of everything, but the cost of nothing."</p> <p class="quote-author">- Alan Perlis</p> </div> + <div> + <p class="quote-text">"Lisp is the most sophisticated programming language I know. It is literally decades ahead of the competition ... it is not possible (as far as I know) to actually use Lisp seriously before reaching the point of no return."</p> + <p class="quote-author">- Christian Lynbech, Road to Lisp</p> + </div> + <!-- <div> + <p class="quote-text">"Lisp has jokingly been called "the most intelligent way to misuse a computer". I think that description is a great compliment because it transmits the full flavor of liberation: it has assisted a number of our most gifted fellow humans in thinking previously impossible thoughts."</p> + <p class="quote-author">- Edsger Dijkstra, CACM, 15:10</p> + </div> --> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -- GitLab