After wondering around for a while, I finally found this was quite foolproof…
It could be divided into five steps:
$ brew install mit-scheme
. (Its version is usually a little bit older than the latest MIT/GNU Scheme)- Install GNU screen if it was not installed before.
- Install Screen Vim plug-in according the steps in that webpage.
- Add the following into
~/.vimrc
- launch Vim and write
:ScreenShell mit-scheme
.
It is all set for the fun:)
cheers,