Skip to content

Commit 5d19093

Browse files
committed
Mention scala-web-repl
1 parent 7e5b84c commit 5d19093

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@ import mylib.foo.Bar
8888
Scalive uses the [Attach API](https://blogs.oracle.com/CoreJavaTechTips/entry/the_attach_api) in Java 6
8989
to tell the target process to load an [agent](http://javahowto.blogspot.jp/2006/07/javaagent-option.html).
9090

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.
9394

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)
9699

97100
## Known issues
98101

0 commit comments

Comments
 (0)