What is the best Scheme or LISP implementation for OS X?

后端 未结 15 1822
谎友^
谎友^ 2021-01-29 21:21

I am looking for a version of Scheme or even LISP that I can use to recover some lost Lisp development skills. Some web capabilities would be nice but not essential.

I

15条回答
  •  闹比i
    闹比i (楼主)
    2021-01-29 21:42

    I've been asking myself the same question lately. Having used DrScheme on OS X it would be my first choice of Scheme distribution for any platform. Very nice IDE, debugging features and a good set of libraries/frameworks (including a very nice GUI toolkit that 'just works... even on Mac' ;-) )

    However, I'm now looking for a similarly comfortable environment for Common Lisp. It came down to CCL (OpenMCL) versus SBCL. SBCL seems to be the popular choice but I read that on OS X is doesn't support threading. (Is this really an issue?). Clozure CL, on the other hand, boasts good support for native threads, the obcj-bridge, etc...

    I'm finding CCL a little odd but I'm going to stick at it for a while - It still looks like the logical choice for integration.

    I use Emacs 23 (built from source using --with-ns) and Slime as an environment and this works well for me. :-)

提交回复
热议问题