Skip to content

Instantly share code, notes, and snippets.

@trane
trane / REPL.md
Created August 19, 2017 15:20
A quick-start REPL intro

Scala REPL (Read Eval Print Loop)

You can get into a REPL on (OS X or Linux) from your terminal, from two different commands.

If you have scala installed, you can type:

$ scala

Or, more likely, you have sbt installed: