Akka source code study

After spending some time on Scala, I try to study on Akka project, find that '←' used instead of '<-' in Akka, my question is how to input '←' from keyboard, the symbol seems only can be used in Akka. Another question is that, if analyze the Akka source code, which IDE is the best suitable, I have tried Eclipse and IntelliJ, both are not good.


Akka在构建中使用Scalariform,并自动在< - 和←之间进行转换。

链接地址: http://www.djcxy.com/p/72850.html

上一篇: 这个符号“<:”在scala中意味着什么?

下一篇: Akka源代码研究