DEV Community

Discussion on: Do you think there is a language better suited for solving data structures and algorithms?

Collapse
 
piczmar_0 profile image
Marcin Piczkowski

Java 9 recently released REPL which allows you the same, open Java shell and evaluate the code you type in.

Collapse
 
djtai profile image
David Taitingfong

I didn't know that! That's pretty cool, I'll have to check that out - thanks for the info.