C# 开发人员开始 SICP - 建议的开发环境?
我终于开始阅读SICP了。
我下载了GNU/MIT计划 看来我需要在 Edwin 编辑器中工作,我相信当你习惯它时它会很棒,但是我真的不想在学习 Scheme 的同时学习新的编辑器。
我希望有一个 Visual Studio 插件或类似的东西。
我实际上很高兴只使用记事本++并使用命令行进行编译。
有人有什么建议吗?
I've finally started reading SICP.
I downloaded GNU/MIT Scheme it appears that I need to work in the Edwin editor which I'm sure is great when you get used to it, however I'd really prefer not to have to learn a new editor while also learning Scheme.
I was hoping there would be a Visual Studio pluggin or something similar.
I'd actual be happy just using notepad++ and just compiling using the command line.
Has anyone got any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
看看这个问题(有点过时了,DrScheme 现在称为 DrRacket)。
我还看到此页面,看起来很合理。
此页面直接询问 DrRacket。
Take a look at this question (a bit out of date, DrScheme is now called DrRacket).
I also see this page, which looks reasonable.
This page asks about DrRacket directly.
Edwin 和 emacs 几乎一样,值得学习。任何文本编辑器都可以。如果您确实正在寻找 GUI 外观和感觉,请尝试 DrRacket? http://www.racket-lang.org/
Edwin is pretty much the same as emacs, and that's worth learning. Any text editor will do. If you're really looking for the gui look and feel, try DrRacket? http://www.racket-lang.org/
如果您正在使用 mit-scheme 编写,并且熟悉 Emacs,则可以使用 xscheme 用于 Emacs
If you are writing in mit-scheme, and are familiar with Emacs there is xscheme for Emacs
Neil Van Dyke 也有一个页面,他为 emacs 用户提供了 texinfo 格式的书籍。
sicp texinfo
您还可以在 youtube 上找到该书 80 年代的讲座视频,或者访问麻省理工学院的 ocw 网站。
视频讲座
Neil Van Dyke also has a page where he has the book in texinfo format for emacs users.
sicp texinfo
You also can find videos of lectures for the book from the 80s on youtube or going to the MIT ocw site.
video lectures