Skip to content

Commit c2b2751

Browse files
committed
Move liverepl down
1 parent ba51535 commit c2b2751

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
This tool allows you to connect a Scala REPL console to a running Oracle (Sun) JVM
2-
process without any prior setup at the target process.
3-
4-
If you want a Clojure REPL console, try `liverepl <https://github.com/djpowell/liverepl>`_.
1+
This tool allows you to connect a Scala REPL console to a running Oracle (Sun)
2+
JVM process without any prior setup at the target process.
53

64
Download
75
--------
@@ -56,8 +54,11 @@ How it works
5654
Scalive uses the `Attach API <https://blogs.oracle.com/CoreJavaTechTips/entry/the_attach_api>`_
5755
to tell the target process to load an `agent <http://javahowto.blogspot.jp/2006/07/javaagent-option.html>`_.
5856

59-
The agent then creates a TCP server to let the Scalive process interact with the target
60-
process. The Scalive process acts as a client.
57+
The agent then creates a TCP server to let the Scalive process interact with the
58+
target process. The Scalive process acts as a client.
59+
60+
See also `liverepl <https://github.com/djpowell/liverepl>`_, a similar REPL
61+
console for Clojure.
6162

6263
Known issues
6364
------------

0 commit comments

Comments
 (0)