My adventures in Java have lead me to look into Clojure, which then lead me to (re)discover Emacs and that lead me to SLIME.
我在Java中的冒险经历让我看到Clojure,然后引导我(重新)发现Emacs并引导我进入SLIME。
I have a fairly decent handle on Emacs itself, and I have the emacs-starter-kit as well as clojure-mode/slime/swank as well as a few other unrelated modes and tweaks setup and running.
我对Emacs本身有一个相当不错的处理,我有emacs-starter-kit以及clojure-mode / slime / swank以及一些其他不相关的模式和调整设置和运行。
But setting up a program and understanding its capabilities are not the same. So now before I get back into experimenting with Clojure I'd like to first figure out a little more about the Slime IDE itself and what it can do.
但是建立一个程序并理解它的功能并不相同。所以现在在我回到Clojure实验之前,我想先了解一下Slime IDE本身以及它能做些什么。
Can anyone recommend a tutorial/screencast which will teach me some fundamental Slime usage? I am already familiar with executing Clojure interactively with Slime, but surely that cant be Slime's only feature.
任何人都可以推荐一个教程/截屏,它会教我一些基本的Slime用法吗?我已经熟悉与Slime以交互方式执行Clojure,但肯定不能成为Slime的唯一功能。
The tutorial doesn't need to involve Clojure but if it does then that would be a plus, but the main focus of my interest is Slime so please don't post Clojure tutorials unless they highlight Slime usage beyond merely executing Clojure code interactively.
本教程不需要涉及Clojure,但如果确实如此,那将是一个加分,但我感兴趣的主要焦点是Slime,所以请不要发布Clojure教程,除非他们突出显示Slime的用法,而不仅仅是交互式地执行Clojure代码。
4 个解决方案
#1
I really liked Marco Barringer's SLIME movie when I started out:
我开始时非常喜欢Marco Barringer的SLIME电影:
http://www.guba.com/watch/3000054867
Also, having a transcript of it helps:
此外,有一个成绩单有助于:
http://www.pchristensen.com/blog/articles/reference-for-the-slimelispemacs-screencast/
I also found Bill Clementson's post helpful but it's more about set-up and not usage.
我还发现Bill Clementson的帖子很有帮助,但更多的是关于设置而不是使用。
#2
You could do worse than read the SLIME manual. On my system (Ubuntu), it is located at /usr/share/doc/slime/slime.pdf
.
你可能比阅读SLIME手册更糟糕。在我的系统(Ubuntu)上,它位于/usr/share/doc/slime/slime.pdf。
#3
I recommend Marco's video to start.
我推荐Marco的视频开始。
There are links to it from the following along with another video that may be worth checking out.
以下链接以及另一个可能值得一试的视频。
#4
There is a short tutorial on SLIME available at http://lisp-book.org/contents/chslime.pdf. I found the section on the inspector very cool and useful.
有关SLIME的简短教程,请访问http://lisp-book.org/contents/chslime.pdf。我发现检查员的部分非常酷,很有用。
#1
I really liked Marco Barringer's SLIME movie when I started out:
我开始时非常喜欢Marco Barringer的SLIME电影:
http://www.guba.com/watch/3000054867
Also, having a transcript of it helps:
此外,有一个成绩单有助于:
http://www.pchristensen.com/blog/articles/reference-for-the-slimelispemacs-screencast/
I also found Bill Clementson's post helpful but it's more about set-up and not usage.
我还发现Bill Clementson的帖子很有帮助,但更多的是关于设置而不是使用。
#2
You could do worse than read the SLIME manual. On my system (Ubuntu), it is located at /usr/share/doc/slime/slime.pdf
.
你可能比阅读SLIME手册更糟糕。在我的系统(Ubuntu)上,它位于/usr/share/doc/slime/slime.pdf。
#3
I recommend Marco's video to start.
我推荐Marco的视频开始。
There are links to it from the following along with another video that may be worth checking out.
以下链接以及另一个可能值得一试的视频。
#4
There is a short tutorial on SLIME available at http://lisp-book.org/contents/chslime.pdf. I found the section on the inspector very cool and useful.
有关SLIME的简短教程,请访问http://lisp-book.org/contents/chslime.pdf。我发现检查员的部分非常酷,很有用。