java-repl icon indicating copy to clipboard operation
java-repl copied to clipboard

Read Eval Print Loop for Java

Results 25 java-repl issues
Sort by recently updated
recently updated
newest added

I never knew this project existed, but stumbled upon this while searching for JShell. Do you have any plans to provide an option to the user to switch to JShell?...

I just found this project, very nice work! Have you considered using a more strict type system in the REPL? In the current version, data types for variables can change...

# Steps: - Launch javarepl 428 on Windows 10, Java8 112 64bit, - java.util.Arrays.asList().stream().mapToInt(x->(int)x).sum() # Expected: - java.lang.Integer res0 = 0 # Actual: - First run shows exception, second run...

Basic "hello {you}" flow doesn't work. Calling scan.next() just blocks but without accepting input or recognizing EOL.