Chapter 3: (if (true? true) ("LISP Reigns Supreme") ("JAVA FOR THE WIN"))
Not everyone likes how Lisp code looks like, however, it can be considered as one of the most powerful programming languages we have available. In an article written by Paul Graham in 2001 titled "Beating the Averages", Paul describes how Lisp was a huge advantage in the creation of Viaweb, the first Web-based application. Being the first software that worked via the web was some ground breaking technology, and also it was one of the first bid end-user applications to be written in Lisp (It's ordering system was written in C, but everything else was Lisp). The article mentions that Lisp is worth learning because of the experience that this way of coding delivers, providing knowledge to become a better programmer, even outside of Lisp. This was one of the ideas that I liked the most; while Lisp is not visually attractive, if I know it will make me improve the way I code and approach programming, then I'm up for learning Lisp inside out. Other quote I fo...