Hacker News new | ask | show | jobs
by zachbeane 4055 days ago
This is true in the same sense that the GIMP is the "GNU Image Manipulation Program". It's just a label, and a license choice, without much real meaning behind it. GCL is also called "GNU Common Lisp".

CMUCL is not popular any more.

SBCL is popular, and so is Clozure CL.

1 comments

Hm, indeed, I was expecting to see CLisp follow the GNU coding standards, but it doesn't seem to. I know GIMP does, though, and it consistently uses GNU terminology (free software, not open source, etc). Being GNU does mean something for most GNU packages. In Octave we also follow most of the GNU coding standards, for example, and we benefit from FSF and GNU infrastructure.
CLISP, historically (which takes us back to 1987), did not start out as GPL-ed software, and certainly wasn't part of the GNU Project.

First it became GPLed, over a heated dispute with Stallman w.r.t. its use of the GNU Readline library.

Evidently, it is now part of the GNU Project. (So there is justification in referring to it as "GNU CLISP".)

Programs aren't going to switch their coding style just because they join the GNU Project.

Yes, that was the thread where RMS argued straight-faced that having optional readline support made CLISP a derivative work of readline.