Anyone use Lisp at all on Mac OS X? I'm having a bugger of a time compiling Common Lisp 2.45 and was wondering if there was a good (free) binary distribution? The MacPorts version does not want to work either which is annoying.
DrScheme works nicely but sometimes using their editor sucks. So if you use TextMate or Vim, there is also this compiler for Scheme, http://www.call-with-current-continuation.org/ and there is also a TextMate bundle for with built in csi commands.
DrScheme works nicely but sometimes using their editor sucks. So if you use TextMate or Vim, there is also this compiler for Scheme, http://www.call-with-current-continuation.org/ and there is also a TextMate bundle for with built in csi commands.
I've got the MIT / GNU Scheme implementation installed. I just wanted a standard common Lisp implementation as well. Looks like Ready Lisp works. Thanks for the help.