How to install MIT Scheme on Mac?

前端 未结 10 934
一个人的身影
一个人的身影 2020-12-22 17:07

I want to install MIT Scheme on my Mac, I have downloaded the MacOS X binary(x86-64).

However, I could not make it work using Mac Terminal.

I have t

10条回答
  •  -上瘾入骨i
    2020-12-22 17:25

    You can install scheme using homebrew using the following command

    brew install mit-scheme
    

提交回复
热议问题