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 !!!

enter image description here

  1. how can have intelisense ? (javascript autocomplete ???)
  2. how can fetch keywords types (method,class,interface,...) intellisense ? (current , new libraries)

enter image description here

  1. how can have realtime error checking ?

enter image description here

  1. how can have documentation in intelisense ? (current , new libraries)

4.1. can fetch them javadocs ?

enter image description here

  1. how can method overloads ?

5.1. can fetch them javadocs ?

enter image description here

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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -