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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -