On Sunday, 22 December 2013 at 08:21:47 UTC, Russel Winder wrote:
Is there some critical feature which means that "compile all source atonce" is a better route?
It is much faster if you have enough memory to afford it (imports are no re-parsed). Also there have been some nasty symbol emitting bugs in separate compilation mode but those should be fixed by now (though I won't swear it)