- 授权协议: LGPL
- 开发语言: Scala
- 操作系统: 跨平台
- 软件首页: https://github.com/laforge49/Asynchronous-Functional-Programming/wiki
软件介绍
asyncfp 是一个 Scala 的异步函数编程框架,提供了自下而上的方法实现垂直可伸缩性。引入了一个全新的 actor 可与其他 actor 进行异步或者同步的互操作性,支持组合、组件相互依存以及复杂的生命周期。
Data Structures and Algorithms with JavaScript
Michael McMillan / O'Reilly Media / 2014-2-22 / USD 28.51
If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how......一起来看看 《Data Structures and Algorithms with JavaScript》 这本书的介绍吧!
