Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

> there hasn't been a free/cheap compiler and IDE for a PC for a very long time

CCL is a free Common Lisp compiler that runs on Mac, Windows, and Linux. On the Mac, it comes with an IDE. It's been around for about 20 years.

SBCL is another free compiler that uses Emacs/Slime as an IDE.



view as:

I agree that CCL and SBCL are superb on Linux and Mac. But until at least a few years ago, they were both poorly supported on Windows (requiring something like Cygwin). That may have changed now. Also, AFAIK, CCL is dying now. :(

CCL's development is relatively slow compared to sbcl, but I'm not sure that it's "dying". And, there's been a brand new compiler on LLVM, clasp, as well as the SICL project.

>AFAIK, CCL is dying now

CCL is the 2nd most downloaded Lisp implementation, so it can't be called "dying."

You'll find that new lisp projects are almost invariably tested on CCL too.


The latest commit is 2 months ago.[1] I don’t know how to define “dying,” but it doesn’t seem healthy.

It saddens me, as it is/was a great tool for me for many years. I hope SBCL can take it from here.

1. https://github.com/Clozure/ccl


Legal | privacy