Skip to content
Snippets Groups Projects
Commit 0b77bea4 authored by Ed Langley's avatar Ed Langley
Browse files

Add slime-output-streams contrib

From lisp, you should be able to do something like:

    (defparameter *s* (swank::make-buffer-output-stream :buffer-identifier))
    (format *s* "Hello, World!~%")
    (force-output *s*)

And see "Hello, World!" in a buffer named
`*slime-target :buffer-identifier*` with the point at the beginning of
the next line.
parent 1ea0e6ae
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment