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

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

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -