Update lang/go-devel to version g20200610
[dports.git] / editors / slime / pkg-descr
1 SLIME is a new Emacs mode for Common Lisp development.  Inspired by
2 existing systems such Emacs Lisp and ILISP, we are working to create a
3 fresh new environment for hacking Common Lisp in.
4
5 Features:
6     * slime-mode: An Emacs minor-mode to enhance lisp-mode with:
7           o Code evaluation, compilation, and macroexpansion.
8           o Online documentation (describe, apropos, hyperspec).
9           o Definition finding (aka Meta-Point aka M-.).
10           o Symbol and package name completion.
11           o Automatic macro indentation based on &body.
12           o Cross-reference interface (WHO-CALLS, etc).
13           o ... and more.
14     * SLDB: Common Lisp debugger with an Emacs-based user interface.
15     * REPL: The Read-Eval-Print Loop ("top-level") is written in Emacs
16       Lisp for tighter integration with Emacs. The REPL also has
17       builtin "shortcut" commands similar those of the McCLIM
18       Listener.
19     * Compilation notes: SLIME is able to take compiler messages and
20       annotate them directly into source buffers.
21     * Inspector: Interactive object-inspector in an Emacs buffer.
22
23 WWW: http://common-lisp.net/project/slime/