Questions about JShell

Barry Burd bburd at drew.edu
Sat Jul 18 22:22:40 UTC 2015


Robert,
The problem with /save and /open turned out to be a mistake on my part. 
But I have one more question. I'm experiencing this asynchronous 
behavior with the prompt on Windows. If your intended audience includes 
students learning programming, this behavior might be a deal-breaker. 
Will it be remedied?

-> int life = 42
|  Added variable life of type int with initial value 42

-> System.out.println(life)
42
->
System.out.println(life)
42

-> System.out.println(life)
42

-> System.out.println(life)
42
->
System.out.println(life)
42
->
System.out.println(life)
42

-> System.out.println(life)
4
-> 2


More information about the kulla-dev mailing list