All Questions
1 question
1
vote
0
answers
88
views
How can I type in a class in scala and send it to a remote end?
I have an interface called CodeInterface on a remote server (running Java). What I wanna do now is to manually type-in a class implementing CodeInterface in scala REPL, send it to the remote server, ...