跳至主要内容

博文

目前显示的是 十二月, 2014的博文

Reactive Stream (1)

本周开始复习部分 Scala 的知识,并开始学习 Akka Stream 的基础部分。Akka Stream 是 Reactive Stream + [Sources, Sinks and FlowGraphs](http://typesafe.com/blog/sources-sinks-and-flowgraphs) + [Akka Stream experimental API](http://doc.akka.io/api/akka-stream-and-http-experimental/1.0-M1) + [Reactive Stream presentation by Joshua Suereth](https://docs.google.com/presentation/d/16eITQAn4HIdD6rV_0upX8LVgDeKL4z4WGnxPPGuzj8o/edit#slide=id.p) + [Async database access with PostgreSQL, Play, Scala and Heroku](http://mauricio.github.io/2013/04/29/async-database-access-with-postgresql-play-scala-and-heroku.html) + [Reactive Stream & Akka HTTP](http://spray.io/msug/#/)

YOW 2014 集锦 (未完成)

> 刚结束的 YOW 2014 墨尔本会议,听了整整两天,各种主题演讲人的水平参差不齐—— > 口若悬河者有之;平淡无奇者亦有之。简单整理几个比较有趣的几个话题。 Andrei Alexandrescu 这次放下了 C++ 委员会成员的身份,来宣讲他自己在“非死不可”主持发展的 D language。号称在系统编程领域超过 C 和 C++,而且语法支持各种高级语言的特性。在讨论时下流行的函数式编程的时候,他举的例子是 factorial (阶乘)函数—— // version 1 - functional style, but not tail currying ulong factorial(uint n) { return n