You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
It is possible to draw graph in Java using its own UI library, but it's way better if we can generate graph in browser. We might want to split the runtime to separate project in the future, so using the compiled java file don't need to bring the compiler around (along with antl's icu deps #39 )
find a web framework that supports websocket (so we can push to client)
embed static assets
might just use netty instead of using a full framework
The text was updated successfully, but these errors were encountered:
- since we are adding function, we need a runtime, not only for REPL,
but also for compiled java code (will it be optimized more if std lib
in java is compiled with the program, I suppose not)
- need tooling for setting and profiling as well
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is possible to draw graph in Java using its own UI library, but it's way better if we can generate graph in browser. We might want to split the runtime to separate project in the future, so using the compiled java file don't need to bring the compiler around (along with antl's icu deps #39 )
The text was updated successfully, but these errors were encountered: