sbt/run
Eugene Yokota 67265638c6 Implement client-side run
**Problem**
`run` task blocks the server, but during the run the server is just
waiting for the built program to finish.

**Solution**
This implements client-side run where the server creates a sandbox
environment, and sends the information to the client,
and the client forks a new JVM to perform the run.
2025-03-02 20:45:04 -05:00
..
src Implement client-side run 2025-03-02 20:45:04 -05:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00