Is there something like python's interactive REPL mode, but for Java?

前端 未结 28 1263
一个人的身影
一个人的身影 2020-11-29 16:38

Is there something like python\'s interactive REPL mode, but for Java? So that I can, for example, type InetAddress.getAllByName( localHostName ) in a window, a

28条回答
  •  一个人的身影
    2020-11-29 16:59

    For java 8, there is nudge4j. see https://github.com/lorenzoongithub/nudge4j

    ... and the beauty is that you can pilot your application from the browsert

提交回复
热议问题