How to create Java REPL with Java.exe and Javascript? -
i want create java repl web application need know techniques , ideas it
so need help, can see images c# intractive shell (i need java like)
http://csharppad.com/ seems created jqueryui & c# compiler !!!
- how can have intelisense ? (javascript autocomplete ???)
- how can fetch keywords types (method,class,interface,...) intellisense ? (current , new libraries)
- how can have realtime error checking ?
- how can have documentation in intelisense ? (current , new libraries)
4.1. can fetch them javadocs ?
- how can method overloads ?
5.1. can fetch them javadocs ?
can me develop ?
i need ideas because don't know how start , libraries must have ?
i think have created here: https://github.com/lorenzoongithub/nudge4j
using browser web console can write nashorn/javascript manipulate java objects in running jvm.
Comments
Post a Comment