lmm comments on Rationality Quotes June 2014 - Less Wrong

9 Post author: Tyrrell_McAllister 01 June 2014 08:32PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (279)

You are viewing a single comment's thread. Show more comments above.

Comment author: lmm 18 June 2014 11:23:04PM 2 points [-]

I suspect the main reason lisp failed is the syntax, because the first thing early computer users would try to do is get the computer to do arithmetic. In C/Fortran/etc. you can write arithmetic expressions that look more-or-less like arithmetic expressions, e.g. (a + b/2) ** 2 / c. In Lisp you can't.