Lisp sounds interesting, but… Answering the Objections

I’ve written a few series of posts intended to introduce some of the features of Lisp that make it look and feel different from C++.  I’ve talked about macros, object-oriented programming, and exception handling, because the way these work in Lisp differs qualitatively from their C++ counterparts.

Differences in function names or minor differences in syntax are fairly trivial distinctions for the average C++ programmer, who might find him/herself exposed to such things frequently, writing Perl scripts, designing yacc/bison grammars, and so on.  But some of the differences between Lisp and C++ are quite fundamental, and experience with both might sometimes help the programmer to design their code, in whatever language they are using.  For some programmers, thinking in Lisp can clarify the problem, and some have argued that adding Lisp to one’s set of languages makes one a better programmer in all languages.  Whether or not that is true, Lisp can, at least, be entertaining for programmers who write code for the enjoyment of it.

As I’ve said before, I’m not trying to convince people to become Lisp programmers here.  This isn’t a “my language is better than your language” set of posts.  Even if it were, my most familiar programming language is still C++, Lisp for me is mostly for fun and for prototyping.  But perhaps you’ve been reading about Lisp, maybe here, maybe elsewhere, and have started to think you might want to play around with it a bit, just for fun.  But then some objections come to mind, and you’re not sure it’s worth the trouble to set up for Lisp programming.  I’m going to try to address some of these possible objections in another series of posts.

I’ll be addressing these objections over the next series of posts.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

*

反垃圾邮件 / Anti-spam question * Time limit is exhausted. Please reload CAPTCHA.