Sublime Text 2 with MIT Scheme

前端 未结 2 948
独厮守ぢ
独厮守ぢ 2021-02-03 15:41

Does anyone know how i could use sublime text 2 with scheme. I\'ve heard ST2 and I want to try it out? right now I\'m learning scheme. I have the scheme interpreter installed -

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-03 16:13

    It's probably a little bit late but I'd still like to share my experience...

    Now I'm using Sublime Text 2 and using Scheme fine.

    First install the package "Scheme" through package control.

    Then install the package "SublimeREPL" (for Sublime Text 2).

    Then you should have a fully functioning Scheme environment in your Sublime! Syntax highlight is good, and use SublimeREPL for a interactive Scheme prompt.

提交回复
热议问题