scala - How to use fsc with sbt? -
related question: does sbt use fast scala compiler (fsc)?
can fsc used sbt; practical; , if so, how integrate fsc sbt?
fsc cannot used sbt.
https://github.com/sbt/sbt/wiki/client-server-split shows sbt team working in similar/related direction. they're turning sbt local compile server — like fsc better. wouldn't surprised if once they're done, fsc deprecated , removed scala. (fsc has never worked or been actively maintained.)
Comments
Post a Comment