On 24.05.2017 10:57, Remi Forax wrote:
Hi Jochen, jshell, the equivalent of groovysh for java included in 9, does something like this, it stores the content of all variables declaration as fields into a synthetic class and all statements as method so statement have access to the content of the field. But because you have bindings in groovy, it may be simpler ? (i do not know if bindings are typed ?)
bindings are not typed bye Jochen
