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

后端 未结 15 1980
谎友^
谎友^ 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条回答
  •  半阙折子戏
    2021-01-29 21:39

    For Scheme, DrRacket is awesome (included in Racket).

    For Common Lisp, Ready Lisp is great. A single dmg with SBCL, Aquamacs and Slime working out of the box.

    From the Web site:

    Ready Lisp is a binding together of several popular Common Lisp packages especially for Mac OS X, including: Aquamacs, SBCL and SLIME. Once downloaded, you’ll have a single application bundle which you can double-click — and find yourself in a fully configured Common Lisp REPL.

    It’s ideal for OS X users who want to try out the beauty of Common Lisp with a minimum of hassle. It could also be used by teachers to give their Mac students a free, complete Common Lisp environment to take home with them. Requirements

    The current version of Ready Lisp is 20090127 and requires Mac OS X 10.5 (Leopard).

    It includes the following component software versions:

    Aquamacs  1.6
    SBCL    1.0.24
    SLIME   2009-01-23
    CL-FAD  0.6.2
    CL-PPCRE    2.0.1
    LOCAL-TIME  0.9.3
    SERIES  2.2.10
    CL HyperSpec    7.0
    paredit.el  20
    redshank.el     1
    cldoc.el    1.16
    

提交回复
热议问题