|
|
|
|
|
by lisper
5719 days ago
|
|
CCL has very good ObjC/Cocoa integration, and a well integrated IDE. But it also runs on Linux and Windows, it has native threads (that feature alone puts it head-and-shoulders over Python), and it has a wicked fast compiler. So it makes a kick-ass webapp development platform. I don't know about Cocoa touch, but the CCL compiler was recently ported to run on ARM processors. |
|
You can read more about this on clozure.com:
http://trac.clozure.com/ccl/wiki/SystemRequirements
And that points to a list of SSE2-capable (and some non-SSE2-capable) machines:
http://en.wikipedia.org/wiki/SSE2
I bring this up only as a caveat to those thinking about using CCL. I think it is great that it is available as a free Common Lisp implementation. It would be even better, however, if this limitation didn't exist.