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

后端 未结 15 1846
谎友^
谎友^ 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:34

    I have found that Chicken works well for Scheme and is available through homebrew.

    brew install chicken
    

    Most of the code from SICP works with minor modifications.

提交回复
热议问题