I almost always have a Scala REPL session or two open, which makes it very easy to give Java or Scala classes a quick test. But if I change a class and recompile it, the RE
If the .scala file is in the directory where you start the REPL you can ommit the full path, just put :load myfile.scala, and then import.
:load myfile.scala