Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

[impl-j][std] Plot graph in browser when using java runtime #41

Open
3 tasks
at15 opened this issue Dec 9, 2017 · 0 comments
Open
3 tasks

[impl-j][std] Plot graph in browser when using java runtime #41

at15 opened this issue Dec 9, 2017 · 0 comments

Comments

@at15
Copy link
Owner

at15 commented Dec 9, 2017

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
@at15 at15 added the impl/java label Dec 9, 2017
@at15 at15 added this to the 0.1 milestone Dec 9, 2017
@at15 at15 self-assigned this Dec 9, 2017
at15 added a commit that referenced this issue Dec 9, 2017
- 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant