Possible Duplicate:
Why does IntelliJ IDEA compile Scala so slowly?
I've just setup a scala plugin and created a new scala project.
The problem is that when I run the scala script the execution is VERY slow - it takes 4 sec to just println("hello")
It has nothing to do with compiling, since I disabled the make on run and the execution time is constant every time I run.
Just to compare: in eclipse with scala plugin this is half a sec.