3

I'm not talking about a GUI or a web app.

I'm talking about a REPL. e.g. in Python I would simply run python to get a REPL.

groovy just outputs some help text.

Snowcrash
  • 73,844
  • 72
  • 228
  • 347
  • Possible duplicate of [Is there something like python's interactive REPL mode, but for Java?](https://stackoverflow.com/questions/397488/is-there-something-like-pythons-interactive-repl-mode-but-for-java) – billjamesdev Feb 12 '19 at 19:06

1 Answers1

6

Yes it's called groovysh

Documentation can be found here

tim_yates
  • 161,005
  • 26
  • 328
  • 327