4

fsc (fast scala compiler) is faster than scalac. but during TDD cycles i consume 3 seconds to compile sources over less than 1s to run my tests.. suggestion to reduce compile time near 0?

obviously, buy a faster computer is not an answer :)

i mean use some scala internals to compile source faster as possible

2 Answers2

6

http://code.google.com/p/simple-build-tool/

BenjaminJackman
  • 1,439
  • 1
  • 10
  • 18
3

Just go with SBT. But, if you are using Scala 2.8, these links might help as well:

Daniel C. Sobral
  • 295,120
  • 86
  • 501
  • 681