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
If you are having trouble with the accepted answer from @virgil-ming, try this:
$ brew install Caskroom/cask/xquartz
$ brew install mit-scheme
Same idea, of course, but this got me up and running when brew tap homebrew/x11
responded with multiple conflicts.
As always, remember to brew update
then try again when you are having problems, a la Homebrew's troubleshooting guide.