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-06-13

Real World Haskell 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Real World Haskell 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Real World Haskell 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Real World Haskell 在線電子書 用戶評價

評分

好書!

評分

沒有突齣haskell的神髓,但是強調瞭haskell能乾的事情。類似於cookbook。

評分

讀完纔發現-掉尼瑪天坑裏麵去瞭,這書就是個開胃小菜啊。Haskell本身的復雜程度爆C++半條街。

評分

不是很好,既不 real world,好像也沒怎麼樣 haskell

評分

沒有突齣haskell的神髓,但是強調瞭haskell能乾的事情。類似於cookbook。

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 在線電子書 讀後感

評分

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

評分

一本实用主义的书。 相比较于其他从将语言特性的书来说,这本书从实用的角度详细讲解了Haskell的大部分方面。很适合软件工程师来看。 推荐。  

評分

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

評分

在读这本书之前我也在网上找了一些tutorial之类的东西来看, 但这些材料大多都太聚焦于各种抽象的概念, 每个概念独立成章缺乏融汇贯通很容易让初学者摸不着头脑, 很多toy example虽然看上去很美, 却离实际应用相去甚远. Real World Haskell, 正如书名所暗示的, 采用了一种紧密...  

評分

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

類似圖書 點擊查看全場最低價

Real World Haskell 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Real World Haskell 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有