Why didn't Common Lisp fix the world?
1–10 of 127 posts
Re: Why didn't Common Lisp fix the world?
#2Re: Why didn't Common Lisp fix the world?
#3For those who don't know Peter Norvig, let me mention that he wrote one of the best Lisp books: http://norvig.com/paip.html
Re: Why didn't Common Lisp fix the world?
#4For those who don't know Peter Norvig, let me mention that he wrote one of the best Lisp books: http://norvig.com/paip.html
Not just one of the best Lisp books; but one of the best books on programming, period.
Re: Why didn't Common Lisp fix the world?
#5Re: Why didn't Common Lisp fix the world?
#6The more interesting and honest reply in my opinion is ranked in second place by Robert Smith - sounds like he did some proper reflecting on what it is to be a Lisp programmer nowadays and what the language's (or implementation, since this question is for CL specifically) shortcomings are
Re: Why didn't Common Lisp fix the world?
#7Re: Why didn't Common Lisp fix the world?
#8Programming languages are about providing a useful way for humans to formulate and implement their ideas. Starting by turning things on their head reverse polish notation style is bad start as it is counter intuitive to nearly everyone.
Re: Why didn't Common Lisp fix the world?
#9Earlier quoted context omitted.
Not just one of the best Lisp books; but one of the best books on programming, period.
I think it's a programming book that happens to use Lisp as an example language to explain AI concepts and algorithms, rather than a Lisp book.
Re: Why didn't Common Lisp fix the world?
#10Most programmers in the world don't have to invent/implement a radical new idea in five minutes.