最新文章列表

Scala新手指南中文版 -第九篇 (Promise和Future实践)

译者注:原文出处http://danielwestheide.com/blog/2013/01/16/the-neophytes-guide-to-scala-part-9-promises-and-futures-in-practice.html,翻译:Thomas   在前一篇译文中,我介绍了Future类型,它的内在逻辑,以及如何使用它来写出可读性强且可可组合的异步执行代码。在文章 ...
thomassun 评论(0) 有3563人浏览 2014-07-21 22:49

Guava: Functional Programming with Guava

1. Function<F, T> & Functions 2. Predicate<T> & Predicates 3. Supplier<T> & Suppliers   1. Function & Functions     1> Function     With Java in its current ...
DavyJones2010 评论(0) 有1583人浏览 2014-07-18 11:59

Scala新手指南中文版 -第八篇 Welcome to the Future(欢迎来到未来世界)

译者注:原文出处http://danielwestheide.com/blog/2013/01/09/the-neophytes-guide-to-scala-part-8-welcome-to-the-future.html,翻译:Thomas   作为一个上进且充满激情的Scala开发者,你会愿意知道Scala在并行处理方面的成就,或者你正是被这吸引到Scala世界来的呢。Scala ...
thomassun 评论(1) 有2692人浏览 2014-07-05 23:39

Scala新手指南中文版 -第七篇 The Either type(Either类型)

译者注:原文出处http://danielwestheide.com/blog/2013/01/02/the-neophytes-guide-to-scala-part-7-the-either-type.html,翻译:Thomas   在前一篇中,我们讨论了用Try来进行 ...
thomassun 评论(0) 有2359人浏览 2014-06-16 23:14

Scala新手指南中文版 -第六篇 Error Handling with Try(用Try来处理错误)

译者注:原文出处http://danielwestheide.com/blog/2012/12/26/the-neophytes-guide-to-scala-part-6-error-handling-with-try.html,翻译:Thomas 在新语言的学习阶段,你通常不会去想如果执行代码出了问题该如何处理。一旦你想要开发一个真实产品时,就必须认真面对错误和异常处理了。由于各种个语言对 ...
thomassun 评论(0) 有2198人浏览 2014-06-12 21:59

Scala新手指南中文版 -第五篇 The Option Type(Option类型)

译者注:原文出处http://danielwestheide.com/blog/2012/12/19/the-neophytes-guide-to-scala-part-5-the-option-type.html,翻译:Thomas   在前面几篇章节中,我们高歌猛进的讨 ...
thomassun 评论(0) 有6144人浏览 2014-06-11 20:01

Scala新手指南中文版 - 第四篇 Pattern Matching Anonymous Functions(模式匹配匿名函数)

译者注:原文出处http://danielwestheide.com/blog/2012/12/12/the-neophytes-guide-to-scala-part-4-pattern-matching-anonymous-functions.html,翻译:Thomas   在前一篇中,我大致介 ...
thomassun 评论(0) 有2544人浏览 2014-06-11 16:13

Scala新手指南中文版 - 第三篇 Patterns Everywhere(模式无处不在)

译者注:原文出处http://danielwestheide.com/blog/2012/12/05/the-neophytes-guide-to-scala-part-3-patterns-everywhere.html,翻译:Thomas   在前两篇中,我花了不少时间解释了case class在模式中如何解构的,如何实现能够以任何方式提取任何类型数据的提取器。 到目前为止你只看到少数 ...
thomassun 评论(0) 有968人浏览 2014-06-11 12:58

Scala新手指南中文版 - 第二篇 Extracting Sequences(提取有序类型)

译者注:原文出处http://danielwestheide.com/blog/2012/11/28/the-neophytes-guide-to-scala-part-2-extracting-sequences.html,翻译:Thomas   在第一篇中,我们知道了如何实现自己的提取器,如何在模式匹配中使用提取器。然而,我们仅仅讨论了从数据中提取固定数量参数的提取器,然而Scala可以 ...
thomassun 评论(0) 有1036人浏览 2014-06-10 18:53

Scala新手指南中文版 - 目录

译者注:《Scala新手指南》是一个系列文章,这是目录,可带你到相应的章节。原文出自The Neophyte's Guide to Scala,在取得大师的授权后翻译成中文,你可以任意转发、引用此英文版和中文版,但请保留原文出处、本翻译出处以及本段文字。 之所以会花时间来翻译本系列文章,在于这个文章为我学习Martin Odersky大神的公共课“Principles of Functional ...
thomassun 评论(0) 有2657人浏览 2014-06-09 21:04

Scala新手指南中文版 - 第一篇 Extractors(提取器)

译者注:原文出处http://danielwestheide.com/blog/2012/11/21/the-neophytes-guide-to-scala-part-1-extractors.html,翻译:Thomas   有超过5万位学员(译者注:现在已经大大 ...
thomassun 评论(0) 有2878人浏览 2014-06-09 21:03

函数式编程(Functional Programming)

函数式编程已经有比较长的历史了,如今的动态语言,很大程度上也受到了函数式编程(反过来名叫命令式编程)的启发。 在函数式编程语言中,当你 ...
RayChase 评论(0) 有2375人浏览 2011-02-11 21:04

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics