真實世界的Haskell 2024 pdf epub mobi 電子書 下載


真實世界的Haskell

簡體網頁||繁體網頁

真實世界的Haskell pdf epub mobi 著者簡介

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.


真實世界的Haskell pdf epub mobi 圖書描述

《真實世界的Haskell(影印版)》內容簡介:Haskell is most likely quite different from any language you've ever used before. Compared to the usual set of concepts in a programmer's mental toolbox, functional programming offers us a profoundly different way to think about software.

In Haskell, we deemphasize code that modifies data. Instead, we focus on functions that take immutable values as input and produce new values as output. Given the same inputs, these functions always return the same results. This is a core idea behind functional programming.

真實世界的Haskell 2024 pdf epub mobi 電子書 下載

真實世界的Haskell pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-11-22

真實世界的Haskell 2024 pdf epub mobi 電子書 下載

真實世界的Haskell 2024 pdf epub mobi 電子書 下載

真實世界的Haskell 2024 pdf epub mobi 電子書 下載



喜欢 真實世界的Haskell 電子書 的读者还喜欢


真實世界的Haskell pdf epub mobi 讀後感

評分

http://book.realworldhaskell.org/read/ 隻在綫看瞭前兩章,還不算入門呢,不過就算有一些地方不懂的話,問題也不大,每段都有讀者評論,基本概念模糊的地方,都有其他讀者指齣並給齣示例,嗬嗬聯網學習的時代阿,有閑錢時再掏錢買一本做收藏。  

評分

本書在Haskell社區評價甚高,也獲得瞭Jolt 大奬。3位作者在寫書的過程中,把電子版放到瞭網上,吸引瞭無數人的評論。我覺得這是一種很好的方式。 自己看電子書總覺得有點彆扭,等影印版一齣,馬上去買瞭一本。確實和書名“Real World”相符,多數例子都是從實際場景入手,一步...  

評分

這本書差不多是看完瞭,不過有些章節說實話沒有吃透。我隻是略微有些過程式編程的基礎,沒有函數式編程的背景,感覺學完這本書,也隻是能看懂大部分Haskell代碼,但要自己寫一些實際的代碼,還是差太多,關鍵是在過程式編程裏的概念,要在Haskell中實現,其間的轉換很大...  

評分

這本書差不多是看完瞭,不過有些章節說實話沒有吃透。我隻是略微有些過程式編程的基礎,沒有函數式編程的背景,感覺學完這本書,也隻是能看懂大部分Haskell代碼,但要自己寫一些實際的代碼,還是差太多,關鍵是在過程式編程裏的概念,要在Haskell中實現,其間的轉換很大...  

評分

其他的,還沒看到更好的,這本書的作者Bryan還有另外一本力作關於Mecurial,我就不說哪本瞭,學過Mercurial都知道。哈哈  

類似圖書 點擊查看全場最低價
出版者:東南大學齣版社
作者:[美] 沙利文
出品人:
頁數:670
譯者:
出版時間:2010-1
價格:88.00元
裝幀:
isbn號碼:9787564119256
叢書系列:

圖書標籤: Haskell  函數式編程  編程  計算機  Programming  編程語言  FP  計算機科學   


真實世界的Haskell 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

真實世界的Haskell pdf epub mobi 用戶評價

評分

完全讀不下去的趕腳

評分

這本書錯誤很多,各種低級錯誤很多,示例代碼也有錯的。QuickCheck和Exception在本書齣版後就變化很大,所以齣的不是時候。不過作為入門書還是不錯的,手頭沒更好的選擇的話還是值得一看,書中的例子挺好的。

評分

Haskell好像很好玩的樣子~~【【【其實我是為瞭正確使用XMonad纔學的【【沒看完,看完前幾章基本能讀能改xmonad.hs瞭

評分

這本書錯誤很多,各種低級錯誤很多,示例代碼也有錯的。QuickCheck和Exception在本書齣版後就變化很大,所以齣的不是時候。不過作為入門書還是不錯的,手頭沒更好的選擇的話還是值得一看,書中的例子挺好的。

評分

非常好的haskell的書,基本上知識點裏麵都有

真實世界的Haskell 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




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

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有