简体   繁体   English

如何在sbt上使用fsc?

[英]How to use fsc with sbt?

Related question: Does SBT use the Fast Scala Compiler (fsc)? 相关问题: SBT是否使用快速Scala编译器(fsc)?

Can fsc be used with sbt; 可以与sbt一起使用fsc; would it be practical; 会不会很实际; and if so, how to integrate fsc into sbt? 若然,如何将fsc整合到sbt?

fsc cannot be used with sbt. fsc不能与sbt一起使用。

https://github.com/sbt/sbt/wiki/Client-server-split shows that the sbt team is currently working in a similar/related direction. https://github.com/sbt/sbt/wiki/Client-server-split显示sbt团队目前正在以类似/相关的方向开展工作。 They're turning sbt itself into a local compile server — like fsc but better. 他们将自己转变为本地编译服务器 - 比如fsc,但更好。 I wouldn't be surprised if once they're done, fsc is deprecated and removed from Scala. 如果一旦完成,我不会感到惊讶,fsc已被弃用并从Scala中删除。 (fsc has never worked all that well or been very actively maintained.) (fsc从来没有做得那么好或者得到了非常积极的维护。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM