- #281
Mark44
Mentor
- 37,777
- 10,153
I'm currently reading a couple of books I've found about the Lisp programming language: ANSI Common Lisp, by Paul Graham, and LISP, 3rd Edition, by Patrick Henry Winston and Berthold Klaus Horn.
What motivated me to start learning Lisp was a blog post by Joel Spolsky titled "The Perils of JavaSchools" (https://www.joelonsoftware.com/2005/12/29/the-perils-of-javaschools-2/). In the post Spolsky says there's nothing wrong with Java as a language to write applications, but as a language taught in university computer science courses, it's too easy.
A quote from the article:
In the article, Spolsky praises functional programming languages such as Lisp and Scheme, so I thought it would be good for me to take a look.
What motivated me to start learning Lisp was a blog post by Joel Spolsky titled "The Perils of JavaSchools" (https://www.joelonsoftware.com/2005/12/29/the-perils-of-javaschools-2/). In the post Spolsky says there's nothing wrong with Java as a language to write applications, but as a language taught in university computer science courses, it's too easy.
A quote from the article:
Instead what I’d like to claim is that Java is not, generally, a hard enough programming language that it can be used to discriminate between great programmers and mediocre programmers.
In the article, Spolsky praises functional programming languages such as Lisp and Scheme, so I thought it would be good for me to take a look.