java,scala,groovy - favorer/record GitHub Wiki

http://www.infoq.com/cn/articles/Concise-Java
https://www.quora.com/How-can-a-developer-make-their-Java-code-more-concise
http://baike.baidu.com/item/%CE%BB%E6%BC%94%E7%AE%97/8019133?fr=aladdin
集合初始化,Lambda与Stream,for推导式(python,scala,jshell repl)
http://blog.csdn.net/u013078669/article/details/52717142
http://www.importnew.com/17313.html
http://ifeve.com/stream/
http://www.reactive-streams.org/
http://www.jianshu.com/p/09b35a7152c1
https://gank.io/post/560e15be2dca930e00da1083
Java 9的标准库java.util.concurrent.Flow保证了各种stream的开源实现的互操作。
http://www.dieyidezui.com/qian-tan-rxjavayu-2-0de-xin-te-xing/
http://www.infoq.com/cn/articles/handle-data-science
https://dzone.com/articles/least-significant-bits-of-java-9
Objects,Paths,Files
https://projectreactor.io/
http://types.cs.washington.edu/checker-framework/
https://github.com/aol/cyclops/wiki
http://www.ituring.com.cn/article/1338
http://www.infoq.com/cn/articles/fork-join-introduction
work-stealing
http://www.infoq.com/cn/news/2016/10/JavaOne-2016-parallel-streams
https://www.ibm.com/developerworks/library/j-java-streams-4-brian-goetz/
http://openjdk.java.net/jeps/266
http://www.infoq.com/cn/articles/Functional-Style-Callbacks-Using-CompletableFuture
Parallel Stream Task-based Asynchronous Pattern (TAP)
http://colobu.com/2016/02/29/Java-CompletableFuture/?utm_source=tuicool&utm_medium=referral
http://www.deadcoderising.com/java8-writing-asynchronous-code-with-completablefuture/
http://www.ayqy.net/blog/%E5%AE%8C%E5%85%A8%E7%90%86%E8%A7%A3promise/
Play CompletionStage
https://blog.leancloud.cn/3910/
go taskAsync(args)
java asynchronous streams of data with non-blocking back pressure
背压 流控 java http://blog.csdn.net/jdsjlzx/article/details/52717636
https://zhuanlan.zhihu.com/p/24473022?refer=dreawer
http://wiki.jikexueyuan.com/project/reactor-2.0/34.html
http://chenkangxian.iteye.com/blog/1753390
jdeps jlink jaotc
http://openjdk.java.net/jeps/286 回调金字塔
http://nya.io/Node-js/promise-in-nodejs-get-rid-of-callback-hell/