Programming Clojure 2024 pdf epub mobi 電子書 下載


Programming Clojure

簡體網頁||繁體網頁

Programming Clojure pdf epub mobi 著者簡介

Stuart Halloway Clojure/core成員、Relevance公司CTO。

Aaron Bedra Clojure/core成員,在擔任Relevance公司開發者期間,他成為一名技術領袖、演講傢和作傢。他對Clojure語言及其支持庫貢獻頗多,同時也是Clojure社區中的活躍分子。Aaron牽頭開發瞭一些商業的Clojure項目。目前他在Groupon工作。


Programming Clojure pdf epub mobi 圖書描述

The second edition of Programming Clojure is the first book to cover the new features in Clojure 1.3. Clojure experts Stuart Halloway and Aaron Bedra have updated the first book on Clojure, and new examples have been added to demonstrate the power and depth of the new features. Programming Clojure, 2nd Edition covers new concepts like Protocols and Datatypes, as well as Clojure's changes to the numerics system. In addition, this book includes coverage of ClojureScript, a new platform for the Clojure language that rests on top of JavaScript. This book provides the foundation you need to understand the power of the Clojure language and how to wield it. Clojure is an increasingly important language. It recently overtook Scala in relative growth, and is becoming the language of choice for many who are moving to functional programming or dealing with the challenges of concurrency. More and more developers are starting to see what Clojure has to offer. * Simplicity. Clojure's clean, careful design lets you write programs that get right to the essence of a problem, without a lot of clutter and ceremony. * Clojure has the power inherent in Lisp, but is not constrained by its history. * Clojure is a functional language. Data structures are immutable, and functions tend to be side-effect free. This makes it easier to write correct programs, and to compose large programs from smaller ones. * Clojure is concurrent. Rather than error-prone locking, Clojure provides software transactional memory. * Clojure embraces Java. Calling from Clojure to Java is direct, and goes through no translation layer. * Clojure is fast. Wherever you need it, you can get the exact same performance that you could get from hand-written Java code. Many other languages offer some of these features, but the combination of them all makes Clojure sparkle. Programming Clojure, 2nd Edition shows you why these features are so important, and how you can use Clojure to build powerful programs quickly. Reviewers called the first edition of Programming Clojure "a masterwork," "well-organized and easy-to-read," "a great reference," "a mature and polished guide," and "a real pleasure to read." This second edition not only provides up-to-date coverage of the language, but is a fantastic reference that you can keep close to you during the development of your own Clojure programs. What You Need: * Oracle JDK 6 * A text editor

Programming Clojure 2024 pdf epub mobi 電子書 下載

Programming Clojure pdf epub mobi 圖書目錄




點擊這裡下載
    


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

發表於2024-05-29

Programming Clojure 2024 pdf epub mobi 電子書 下載

Programming Clojure 2024 pdf epub mobi 電子書 下載

Programming Clojure 2024 pdf epub mobi 電子書 下載



喜欢 Programming Clojure 電子書 的读者还喜欢


Programming Clojure pdf epub mobi 讀後感

評分

被Clojure給嚇住啦?在讀過本書之後,你就不再會這樣瞭。它文風清晰、平易近人且令人愉悅,帶你循序漸進地學習這門語言。 ——Tim Berglund August Technology Group的創始人及負責人 作者憑藉這本組織良好且易於閱讀的著作,為學習Clojure語言設計瞭一條最為平坦的路綫。本...  

評分

也許是 Clojure 係列中的第一本書吧,我也不確定。作者 Stuart Halloway 是核心開發者之一。這本書權威性是肯定足夠的。不過需要一點點的 LISP 基礎。推薦在學之前先看看 IBM Developer Networks 上的關於 Guile 的幾篇文章,瞭解一些 LISP 的基礎概念。不過聽朋友說 The Joy o...  

評分

被Clojure給嚇住啦?在讀過本書之後,你就不再會這樣瞭。它文風清晰、平易近人且令人愉悅,帶你循序漸進地學習這門語言。 ——Tim Berglund August Technology Group的創始人及負責人 作者憑藉這本組織良好且易於閱讀的著作,為學習Clojure語言設計瞭一條最為平坦的路綫。本...  

評分

也許是 Clojure 係列中的第一本書吧,我也不確定。作者 Stuart Halloway 是核心開發者之一。這本書權威性是肯定足夠的。不過需要一點點的 LISP 基礎。推薦在學之前先看看 IBM Developer Networks 上的關於 Guile 的幾篇文章,瞭解一些 LISP 的基礎概念。不過聽朋友說 The Joy o...  

評分

很遺憾,我發瞭兩次包含本書勘誤的下載地址(ubuntu one的共享地址)的書評,都被豆瓣迅速刪掉瞭,無法理解豆瓣的判斷策略。 無奈,隻能麻煩各位需要下載的同學使用關鍵字“Clojure程序設計勘誤錶”進行搜索瞭,深錶歉意。  

類似圖書 點擊查看全場最低價
出版者:Pragmatic Bookshelf
作者:Stuart Halloway
出品人:
頁數:296
譯者:
出版時間:2012-4-17
價格:USD 35.00
裝幀:Paperback
isbn號碼:9781934356869
叢書系列:

圖書標籤: clojure  Clojure  Programming  Lisp  函數式編程  FP  程序設計  編程   


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

Programming Clojure pdf epub mobi 用戶評價

評分

這本書讀起來難度不大,因為它並沒有深入探討FP,而隻是在OOP的基礎上順便討論瞭一下FP的思想

評分

說句老實話,作為一個靠Scheme啓濛的軟件工程師,這麼些年過後,我發現Clojure對我而言除瞭跑在JVM上沒有什麼彆的好處瞭,我依然更傾嚮於Actor而不是STM,macro則永遠是個仁者見仁智者見智的東西。況且這麼多年後我的視力越來越不適閤看s-expression瞭。。。

評分

更新瞭語言特性,其餘沒差

評分

It does NOT cover macros!!!

評分

通俗易懂,很適閤入門,我是結閤clojure編程一起看的

Programming Clojure 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




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

友情鏈接

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