File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,14 @@ import mylib.foo.Bar
88
88
Scalive uses the [ Attach API] ( https://blogs.oracle.com/CoreJavaTechTips/entry/the_attach_api ) in Java 6
89
89
to tell the target process to load an [ agent] ( http://javahowto.blogspot.jp/2006/07/javaagent-option.html ) .
90
90
91
- The agent then creates a TCP server to let the Scalive process interact with the
92
- target process. The Scalive process acts as a client.
91
+ The agent then creates a REPL interpreter and a TCP server to let the
92
+ Scalive process interact with the interpreter remotely. The Scalive
93
+ process acts as a client.
93
94
94
- See also [ liverepl] ( https://github.com/djpowell/liverepl ) , a similar REPL
95
- console for Clojure.
95
+ Similar projects:
96
+
97
+ * [ liverepl] ( https://github.com/djpowell/liverepl )
98
+ * [ scala-web-repl] ( https://github.com/woshilaiceshide/scala-web-repl )
96
99
97
100
## Known issues
98
101
You can’t perform that action at this time.
0 commit comments