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 - I can go to the terminal and type in scheme and run code. I can also run the interpreter in emacs, but emacs isn't really fun.
相关问题
- Generating powerset in one function, no explicit r
- What is fixed point?
- How to run code in Sublime text 2 python
- unfold function in scheme
- returns the first n of list
相关文章
- Does learning one Lisp help in learning the other?
- What is the definition of “natural recursion”?
- trouble getting sublime to execute with linux term
- NVM cannot load default node with default alias se
- Automatically select pasted text in Sublime Text 3
-
Perl with Sublime Text 2:
not working - How to run python code in Sublime Text 3?
- How do I define a sub environment in scheme?
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.
I wish my answer would help you~ My solution isn't to use Mit-Scheme but DrScheme,and the specific process is as following:
open with Sublime Text 2. Find the code:
and change it :
pic
Save.
ctrl+shift+p
,and enterscheme
,pressEnter
Enjoy it!