Scala REPL Interpreter
(Redirected from Scala REPL)
Jump to navigation
Jump to search
A Scala REPL Interpreter is a REPL interpreter for a Scala language.
- …
- Counter-Example(s):
- See: CLI-based System.
References
2013
- http://www.scala-lang.org/old/node/2097
- The Scala Interpreter (often called a REPL for Read-Evaluate-Print Loop) sits in an unusual design space - an interactive interpreter for a statically typed language straddles two worlds which historically have been distinct. In version 2.8 the REPL further exploits the unique possibilities.