All Projects → vim-scripts → Slimv.vim

vim-scripts / Slimv.vim

SLIME-like Lisp and Clojure REPL inside Vim with Profiling, Hyperspec, Paredit

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2531

Slimv is a SWANK client for Vim, similarly to SLIME for Emacs. SWANK is a TCP server for Emacs, which runs a Common Lisp, Clojure or Scheme REPL and provides a socket interface for evaluating, compiling, debugging, profiling lisp code. The SWANK server is embedded in Slimv, but you can also use your own SWANK installation.

Slimv opens the lisp REPL (Read-Eval-Print Loop) inside a Vim buffer. Lisp commands may be entered and executed in the REPL buffer, just as in a regular REPL.

Slimv supports SLIME's debugger, inspector, profiler, cross reference, arglist, indentation, symbol name completion functions. The script also has a Common Lisp Hyperspec lookup feature and it is able to lookup symbols in the Clojure API, as well as in JavaDoc.

Slimv comes with Paredit Mode, which is similar to the functionality of paredit.el in Emacs. Paredit Mode tries to maintain the balanced state of matched characters (parenthesis marks, square and curly braces, double quotes). Matched characters are inserted and removed in pairs, also when working with a block of text (well, mostly). Slimv also implements many paredit.el s-expression handling functions, like Split/Join/Wrap/Splice/Raise. Slurpage and Barfage known from Emacs is also possible but in a different fashion: you don't move the list element in or out of the list, rather you move the opening or closing parenthesis over the element or sub-list.

Please visit the Slimv Tutorial for a more complete introduction: http://kovisoft.bitbucket.org/tutorial.html

Please find the most recent development version in the repository: https://bitbucket.org/kovisoft/slimv

GitHub mirror: https://github.com/kovisoft/slimv

Here follows a list of Slimv commands, any similarity with SLIME's menu is not coincidental. :)

Edit commands: * Close Form * Complete Symbol * Function Arglist * Paredit Toggle

Evaluation commands: * Eval Defun * Eval Current Expression * Eval Region * Eval Buffer * Interactive Eval * Undefine Function

Debug commands: * Macroexpand-1 * Macroexpand All * Toggle Trace * Untrace All * Disassemble * Set Breakpoint * Break on Exception * Inspect * Abort * Quit to Toplevel * Continue * Restart Frame * List Threads * Kill Thread * Debug Thread

Compile commands: * Compile Defun * Compile and Load File * Compile File * Compile Region

Cross Reference commands * Who Calls * Who References * Who Sets * Who Binds * Who Macroexpands * Who Specializes * List Callers * List Callees

Profile commands: * Toggle Profile * Profile by Substring * Unprofile All * Show Profiled * Profile Report * Profile Reset

Documentation commands: * Describe Symbol * Apropos * Hyperspec * Generate Tags

REPL commands: * Connect to Server * Interrupt Lisp Process * Send Input * Close and Send Input * Set Package * Previous Input * Next Input

For more information see the included documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].