Make your Scala shell scripts run faster with the "savecompiled" argument I was just reading the Scala man page, looking for something else, when I ran across this tip on how to speed up the execution of Scala shell scripts, using the savecompiled flag of the scala command: -savecompiled Save the compiled version of scripts in order to speed up later executions of the same script. When running a s