Java vs Lisp
Aug. 31st, 2006 12:51 pmI'm finally coming around to seeing the virtues of Java. The main one is that it's very easy to read.
In Lisp, the code is very compact, so you need as many comments as code. Programmers are reluctant to write comments in any language, and the result is that much Lisp is write-only code.
In Lisp, the code is very compact, so you need as many comments as code. Programmers are reluctant to write comments in any language, and the result is that much Lisp is write-only code.