Tag Archives: Common Lisp

Common Lisp method composition

I’ve made an image to describe Common Lisp method composition (or CLOS method composition if you want):

Posted in other | Tagged , , , , , , | Leave a comment

Another simplistic solution, with SCons

SCons is a program designed to replace make and autotools. SCons being a new tool is built with all the knowledge of what problem really this kind of tool should be solving, while make and autotools were built while discovering … Continue reading

Posted in tutorial | Tagged , , , | Leave a comment

Solving Lisp's problem: a simplistic solution with make

I recently stated what I believe is the biggest problem with Lisp, you can’t make programs with it. In my quest, my first solution is a very simplistic Makefile that does the job using cl-launch, a very interesting program that … Continue reading

Posted in tutorial | Tagged , , | Leave a comment

The problem with Lisp

I’m not really going to talk about the problem with Lisp, but only a problem. And I’m not really going to talk about Lisp, but Common Lisp. So this post should be called “A problem with Common Lisp”, but the … Continue reading

Posted in rant | Tagged , , | 1 Comment

Lisp macros feel like cheating

Common Lisp macros feel like cheating. I’ve reached chapter 9 of Practical Common Lisp, where the goal is to build a unit test framework, and you can see right away how the patterns are easily abstracted out with macros. It’s … Continue reading

Posted in other | Tagged , , , , | Leave a comment

A programmer’s favourite language

I’ve discovered something recently. Most programmers have a favourite programming language. No, that’s not it, there’s more to my discovery. Whenever those programmers have an idea they open a text editor and start coding and/or they start playing with a … Continue reading

Posted in other | Tagged , , | Leave a comment