REPL
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
- | Read-Eval-Print loop is an essential way to start with any programming language. That is why [[GraalVM]] comes with | + | Read-Eval-Print loop is an essential way to start with any programming language. That is why [[GraalVM]] comes with [[GraalVMVisualREPL]]. Btw. [[Java]] made [[REPL]] popular because of not having it - which is no longer true as this week Jan Lahoda merged the [[Java]] [[REPL]] to main line of [[JDK]]9. |
Current revision
Read-Eval-Print loop is an essential way to start with any programming language. That is why GraalVM comes with GraalVMVisualREPL. Btw. Java made REPL popular because of not having it - which is no longer true as this week Jan Lahoda merged the Java REPL to main line of JDK9.