Hacker News new | ask | show | jobs
by jordigh 4055 days ago
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.
1 comments

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.