Real World Haskell 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Real World Haskell

简体网页||繁体网页
Bryan O'Sullivan 作者
O'Reilly Media
译者
2008-12-01 出版日期
720 页数
CAD 49.99 价格
Paperback
丛书系列
9780596514983 图书编码

Real World Haskell 在线电子书 图书标签: haskell  函数式编程  Haskell  programming  编程  fp  程序设计  计算机   


喜欢 Real World Haskell 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-12-22


Real World Haskell 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Real World Haskell 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Real World Haskell 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Real World Haskell 在线电子书 用户评价

评分

不推荐。 funcprog写realworld的东西,一方面无比复杂罗嗦,一方面失去了funcprog的美。故不建议看这本书。

评分

:无

评分

实在忍不了了,例子很多太陈旧,异常一章没有跟进库的更新,完全没法看,太多段落安排失败,纰漏太多,不推荐

评分

这本书相当的厚,六百多页,我是读了好久。缺点是不适合初学者,错误的地方也比较多,讲解也不是很明白。优点是实战技巧很多,尤其是剖析和优化代码有一套很好的方法和工具。

评分

:无

Real World Haskell 在线电子书 著者简介

Bryan O'Sullivan is an Irish hacker and writer who likes distributed systems, open source software, and programming languages. He was a member of the initial design team for the Jini network service architecture (subsequently open sourced as Apache River). He has made significant contributions to, and written a book about, the popular Mercurial revision control system. He lives in San Francisco with his wife and sons. Whenever he can, he runs off to climb rocks.

Don Stewart is an Australian hacker, currently completing his computer science doctorate at the University of New South Wales, Sydney. Don has been involved in a diverse range of Haskell projects, including practical libraries such as Data.ByteString and Data.Binary, as well applying the Haskell philosophy to real world applications, including compilers, linkers, text editors, network servers and systems software. His recent work has focused on optimising Haskell for high-performance scenarios, using techniques from term rewriting. He is the current editor of the Haskell Weekly News.

John Goerzen is an American hacker and author. He has written a number of real-world Haskell libraries and applications, including the HDBC database interface, the ConfigFile configuration file interface, a podcast downloader, and various other libraries relating to networks, parsing, logging, and POSIX code. John has been a developer for the Debian GNU/Linux operating system project for over 10 years and maintains numerous Haskell libraries and code for Debian. He also served as President of Software in the Public Interest, Inc., the legal parent organization of Debian. John lives in rural Kansas with his wife and son, where he enjoys photography and geocaching.


Real World Haskell 在线电子书 图书目录


Real World Haskell 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Real World Haskell 在线电子书 图书描述

This easy-to-use, fast-moving tutorial introduces you to functional programming with Haskell. Learn how to use Haskell in a variety of practical ways, whether it's for short, script-like programs or large and demanding applications. Written for experienced programmers, Real World Haskell takes you through the basics of functional programming at a brisk pace, and helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter.

With this book, you will:

Understand the difference between procedural and functional programming

Learn about Haskell's compiler, interpreter, values, simple functions, and types

Find your way around Haskell's library -- and write your own

Use monads to express I/O operations and changes in state

Interact with databases, parse files and data, and handle errors

Discover how to use Haskell for systems programming

Learn concurrency and parallel programming with Haskell

You'll find plenty of hands-on exercises, along with examples of real Haskell programs that you can modify, compile, and run. If you've never used a functional language before, and want to understand why Haskell is now coming into its own as a practical language in so many major organizations, Real World Haskell is the place to start.

Real World Haskell 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Real World Haskell 在线电子书 读后感

评分

完全没有函数式语言的经验,以前看过scala某书的第一章,lisp某书的第一章,现在终于花时间学习Haskell。说实话, 这本书写的一般,不太容易懂,前几章翻来覆去读了好几遍,最后看了一下Haskell的cheat sheet,理解个大概,才慢慢有点感觉。前几章太深讲的太散,没有完全理解语...  

评分

这么厚一本书,作者对于自己解决每个问题的思路,却是吝啬笔墨。 总是直接拽上来一堆代码,倒是能锻炼大家像破案一样地读(或者说破解)源代码的能力。变量和函数的命名也很奇怪,时不时有文字或代码的错误。网站上读者一大堆抱怨,但作者直接视其不存在。 但,鉴于作者目前...  

评分

其他的,还没看到更好的,这本书的作者Bryan还有另外一本力作关于Mecurial,我就不说哪本了,学过Mercurial都知道。哈哈  

评分

本书在Haskell社区评价甚高,也获得了Jolt 大奖。3位作者在写书的过程中,把电子版放到了网上,吸引了无数人的评论。我觉得这是一种很好的方式。 自己看电子书总觉得有点别扭,等影印版一出,马上去买了一本。确实和书名“Real World”相符,多数例子都是从实际场景入手,一步...  

评分

http://book.realworldhaskell.org/read/ 只在线看了前两章,还不算入门呢,不过就算有一些地方不懂的话,问题也不大,每段都有读者评论,基本概念模糊的地方,都有其他读者指出并给出示例,呵呵联网学习的时代阿,有闲钱时再掏钱买一本做收藏。  

类似图书 点击查看全场最低价

Real World Haskell 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Real World Haskell 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有