Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Slime
Commits
4fb10053
Commit
4fb10053
authored
11 years ago
by
Joao Tavora
Browse files
Options
Download
Email Patches
Plain Diff
Rework README.md
parent
df310e91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+24
-24
README.md
with
24 additions
and
24 deletions
+24
-24
README.md
+
24
-
24
View file @
4fb10053
...
...
@@ -3,12 +3,9 @@
Overview
--------
SLY is the Superior Lisp Interaction Mode for Emacs. It is implemented
in two main parts: the Emacs Lisp side (
`sly.el`
), and the support
library for the Common Lisp (
`swank.lisp`
and
`swank-*.lisp`
)
SLY is a fork of
[
SLIME
][
1
]
.
For a real description, see the manual in
`doc/`
or browse an online
version
[
here
](
http://common-lisp.net/project/sly/doc/html/
)
.
For a real description, see the manual in
`doc/`
.
Quick setup instructions
------------------------
...
...
@@ -25,19 +22,21 @@ Add this to your `~/.emacs` file and fill in the appropriate filenames:
(setq sly-contribs '(sly-fancy))
```
Use
`M-x sly`
to fire up and connect to an inferior Lisp. SLY will
now
automatically be available in your Lisp source buffers.
Use
`M-x sly`
to fire up and connect to an inferior Lisp. SLY will
now
automatically be available in your Lisp source buffers.
Contribs
--------
`sly-fancy`
refers to the most commonly used contrib which primarily installs a
popular set of other contributed packages. It includes a better REPL, and many
more nice features.
SLIME incompatibilities
-----------------------
SLY comes with additional contributed packages or "contribs". When SLY
is loaded it loads the contribs you set up before in
`sly-contribs`
. You
can use the command
`sly-setup`
to reload contribs.
*
SLY doesn't contain an equivalent to the
`slime-presentations`
contrib.
The
most-often used contrib is
`sly-fancy`
, which primarily installs a
popular set of other contributed packages. It includes a better REPL, and
many more nice features
.
*
The
`sly-mrepl`
contrib, active by default in
`sly-fancy`
is not fully
compatible with SLIME's
`swank-mrepl.lisp`
since SLIME's support for multiple
REPLs is only experimental
.
Licence
-------
...
...
@@ -45,15 +44,16 @@ Licence
SLY is free software. All files, unless explicitly stated otherwise, are
public domain.
Cont
act
-------
Cont
ributing
-------
-----
Questions and comments are best directed to the mailing list at
`sly-devel@common-lisp.net`
, but you have to
[
subscribe
][
3
]
first. The
mailing list archive is also available on
[
Gmane
][
4
]
.
[
Open an issue or a pull request
][
4
]
, but first see the
[
CONTRIBUTING.md
][
5
]
file for instructions on how to contribute.
See the
[
CONTRIBUTING.md
][
5
]
file for instructions on how to contribute.
[
1
]:
http://www.common-lisp.net/project/slime/
[
4
]:
https://github.com/capitaomorte/sly/issues
[
5
]:
https://github.com/capitaomorte/sly/blob/master/CONTRIBUTING.md
[
3
]:
http://www.common-lisp.net/project/sly/#mailinglist
[
4
]:
http://news.gmane.org/gmane.lisp.sly.devel
[
5
]:
https://github.com/sly/sly/blob/master/CONTRIBUTING.md
<!-- Local Variables: -->
<!-- fill-column: 80 -->
<!-- End: -->
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help